Skip to content

Commit fa7e859

Browse files
committed
go mod tidy
1 parent 0d16b51 commit fa7e859

File tree

2 files changed

+4
-4
lines changed
  • framework

2 files changed

+4
-4
lines changed

framework/components/dockercompose/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ replace github.com/smartcontractkit/chainlink-testing-framework/framework => ../
77
require (
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

1818
require (
@@ -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

framework/examples/myproject/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/blocto/solana-go-sdk v1.30.0
1616
github.com/ethereum/go-ethereum v1.15.0
1717
github.com/go-resty/resty/v2 v2.16.5
18-
github.com/google/go-github/v72 v72.0.0
1918
github.com/smartcontractkit/chainlink-testing-framework/framework v0.8.9
2019
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.0.0-00010101000000-000000000000
2120
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.0.0-20250707095700-c7855f06ddd1
@@ -58,6 +57,7 @@ require (
5857
github.com/go-ini/ini v1.67.0 // indirect
5958
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
6059
github.com/gofrs/flock v0.12.1 // indirect
60+
github.com/google/go-github/v72 v72.0.0 // indirect
6161
github.com/google/go-querystring v1.1.0 // indirect
6262
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6363
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
@@ -382,7 +382,7 @@ require (
382382
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
383383
golang.org/x/mod v0.22.0 // indirect
384384
golang.org/x/net v0.40.0 // indirect
385-
golang.org/x/oauth2 v0.27.0
385+
golang.org/x/oauth2 v0.27.0 // indirect
386386
golang.org/x/sync v0.14.0 // indirect
387387
golang.org/x/sys v0.33.0 // indirect
388388
golang.org/x/term v0.32.0 // indirect

0 commit comments

Comments
 (0)