File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
framework/components/dockercompose Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.24.2
55replace github.com/smartcontractkit/chainlink-testing-framework/framework => ../../../framework
66
77require (
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
You can’t perform that action at this time.
0 commit comments