Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/ambient-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
)

require (
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260304211549-047314a7664b // indirect
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260407175049-4c8486e67c85 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
github.com/charmbracelet/x/ansi v0.10.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions components/ambient-cli/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260304211549-047314a7664b h1:nmYJWbkCDU+NiZUQT/kdpW6WUTlDrNstWXr0JOFBR4c=
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260304211549-047314a7664b/go.mod h1:r4ZByb4gVckDNzRU/EdyFY+UwSKn6M+lv04Z4YvOPNQ=
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260407175049-4c8486e67c85 h1:HuEU2l40HbOROIvLPccflYtJoBL3dBQbl60ZD05u6H0=
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260407175049-4c8486e67c85/go.mod h1:zGGuXfMGaTJ3XwiPv3UxoVRkcQSAVtlbf2TukWnOsqA=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
Expand Down
2 changes: 1 addition & 1 deletion components/ambient-sdk/go-sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24.0
toolchain go1.24.4

require (
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260304211549-047314a7664b
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260407175049-4c8486e67c85
google.golang.org/grpc v1.79.3
)

Expand Down
4 changes: 2 additions & 2 deletions components/ambient-sdk/go-sdk/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260304211549-047314a7664b h1:nmYJWbkCDU+NiZUQT/kdpW6WUTlDrNstWXr0JOFBR4c=
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260304211549-047314a7664b/go.mod h1:r4ZByb4gVckDNzRU/EdyFY+UwSKn6M+lv04Z4YvOPNQ=
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260407175049-4c8486e67c85 h1:HuEU2l40HbOROIvLPccflYtJoBL3dBQbl60ZD05u6H0=
github.com/ambient-code/platform/components/ambient-api-server v0.0.0-20260407175049-4c8486e67c85/go.mod h1:zGGuXfMGaTJ3XwiPv3UxoVRkcQSAVtlbf2TukWnOsqA=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
Expand Down
Loading