Skip to content

Commit 71ce80e

Browse files
committed
go mod tidy
1 parent 86c2a1a commit 71ce80e

File tree

1 file changed

+1
-1
lines changed
  • framework/components/dockercompose

1 file changed

+1
-1
lines changed

framework/components/dockercompose/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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
1011
github.com/google/go-github/v72 v72.0.0
1112
github.com/pkg/errors v0.9.1
1213
github.com/smartcontractkit/chainlink-testing-framework/framework v0.0.0-00010101000000-000000000000
@@ -64,7 +65,6 @@ require (
6465
github.com/docker/distribution v2.8.3+incompatible // indirect
6566
github.com/docker/docker-credential-helpers v0.8.2 // indirect
6667
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
67-
github.com/docker/go-connections v0.5.0 // indirect
6868
github.com/docker/go-metrics v0.0.1 // indirect
6969
github.com/docker/go-units v0.5.0 // indirect
7070
github.com/ebitengine/purego v0.8.2 // indirect

0 commit comments

Comments
 (0)