Skip to content

Commit b5413dd

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

File tree

1 file changed

+2
-2
lines changed
  • framework/examples/myproject

1 file changed

+2
-2
lines changed

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)