Skip to content

Commit 0477581

Browse files
mod tidy
1 parent fdbc2bd commit 0477581

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
@@ -8,6 +8,7 @@ require (
88
github.com/avast/retry-go/v4 v4.6.1
99
github.com/confluentinc/confluent-kafka-go v1.9.2
1010
github.com/docker/docker v28.0.4+incompatible
11+
github.com/docker/go-connections v0.5.0
1112
github.com/google/go-github/v72 v72.0.0
1213
github.com/pkg/errors v0.9.1
1314
github.com/smartcontractkit/chainlink-testing-framework/framework v0.0.0-00010101000000-000000000000
@@ -66,7 +67,6 @@ require (
6667
github.com/docker/distribution v2.8.3+incompatible // indirect
6768
github.com/docker/docker-credential-helpers v0.8.2 // indirect
6869
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
69-
github.com/docker/go-connections v0.5.0 // indirect
7070
github.com/docker/go-metrics v0.0.1 // indirect
7171
github.com/docker/go-units v0.5.0 // indirect
7272
github.com/ebitengine/purego v0.8.2 // indirect

0 commit comments

Comments
 (0)