@@ -7,12 +7,12 @@ replace github.com/smartcontractkit/chainlink-testing-framework/framework => ../
77require (
88 github.com/confluentinc/confluent-kafka-go v1.9.2
99 github.com/docker/docker v28.0.4+incompatible
10- github.com/docker/go-connections v0.5.0
1110 github.com/google/go-github/v72 v72.0.0
1211 github.com/pkg/errors v0.9.1
1312 github.com/smartcontractkit/chainlink-testing-framework/framework v0.0.0-00010101000000-000000000000
1413 github.com/testcontainers/testcontainers-go v0.37.0
1514 github.com/testcontainers/testcontainers-go/modules/compose v0.37.0
15+ golang.org/x/oauth2 v0.25.0
1616)
1717
1818require (
@@ -65,6 +65,7 @@ require (
6565 github.com/docker/distribution v2.8.3+incompatible // indirect
6666 github.com/docker/docker-credential-helpers v0.8.2 // indirect
6767 github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
68+ github.com/docker/go-connections v0.5.0 // indirect
6869 github.com/docker/go-metrics v0.0.1 // indirect
6970 github.com/docker/go-units v0.5.0 // indirect
7071 github.com/ebitengine/purego v0.8.2 // indirect
@@ -201,7 +202,6 @@ require (
201202 golang.org/x/crypto v0.37.0 // indirect
202203 golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
203204 golang.org/x/net v0.38.0 // indirect
204- golang.org/x/oauth2 v0.25.0 // indirect
205205 golang.org/x/sync v0.13.0 // indirect
206206 golang.org/x/sys v0.32.0 // indirect
207207 golang.org/x/term v0.31.0 // indirect
0 commit comments