chore: remove deprecated client
Tests · UI / test (pull_request) Has been cancelled
Tests · Go / test (push) Successful in 2m25s
Tests · UI / test (push) Waiting to run
Tests · Integration / integration (pull_request) Successful in 1m44s
Tests · Go / test (pull_request) Successful in 2m2s

This commit is contained in:
Ilia Denisov
2026-05-23 16:55:02 +02:00
parent 780769b3c4
commit 8e0a1c39c0
56 changed files with 18 additions and 18545 deletions
+3 -3
View File
@@ -3,6 +3,7 @@ module galaxy/integration
go 1.26.1
require (
connectrpc.com/connect v1.19.2
galaxy/gateway v0.0.0-00010101000000-000000000000
galaxy/model v0.0.0-00010101000000-000000000000
galaxy/transcoder v0.0.0-00010101000000-000000000000
@@ -10,12 +11,11 @@ require (
github.com/moby/moby/api v1.54.2
github.com/testcontainers/testcontainers-go v0.42.0
github.com/testcontainers/testcontainers-go/modules/postgres v0.42.0
google.golang.org/grpc v1.80.0
golang.org/x/net v0.53.0
)
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect
connectrpc.com/connect v1.19.2 // indirect
dario.cat/mergo v1.0.2 // indirect
galaxy/util v0.0.0-00010101000000-000000000000 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
@@ -65,10 +65,10 @@ require (
go.opentelemetry.io/otel/metric v1.43.0 // indirect
go.opentelemetry.io/otel/trace v1.43.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260420184626-e10c466a9529 // indirect
google.golang.org/grpc v1.80.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)