Skip to content

Commit a4b7045

Browse files
committed
go mod tidy
1 parent d32102b commit a4b7045

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
@@ -5,6 +5,7 @@ go 1.24.2
55
replace github.com/smartcontractkit/chainlink-testing-framework/framework => ../../../framework
66

77
require (
8+
github.com/avast/retry-go/v4 v4.6.1
89
github.com/confluentinc/confluent-kafka-go v1.9.2
910
github.com/docker/docker v28.0.4+incompatible
1011
github.com/google/go-github/v72 v72.0.0
@@ -26,7 +27,6 @@ require (
2627
github.com/Microsoft/go-winio v0.6.2 // indirect
2728
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
2829
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
29-
github.com/avast/retry-go/v4 v4.6.1 // indirect
3030
github.com/aws/aws-sdk-go-v2 v1.31.0 // indirect
3131
github.com/aws/aws-sdk-go-v2/config v1.27.39 // indirect
3232
github.com/aws/aws-sdk-go-v2/credentials v1.17.37 // indirect

0 commit comments

Comments
 (0)