File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/gojek/heimdall/v7
22
3- go 1.14
3+ go 1.19
44
55require (
6- github.com/DataDog/datadog-go v3.7.1+incompatible // indirect
76 github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
8- github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c // indirect
97 github.com/pkg/errors v0.9.1
8+ github.com/stretchr/testify v1.3.0
9+ )
10+
11+ require (
12+ github.com/DataDog/datadog-go v3.7.1+incompatible // indirect
13+ github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c // indirect
14+ github.com/davecgh/go-spew v1.1.1 // indirect
15+ github.com/pmezard/go-difflib v1.0.0 // indirect
1016 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
1117 github.com/smartystreets/goconvey v1.6.4 // indirect
1218 github.com/stretchr/objx v0.3.0 // indirect
13- github.com/stretchr/testify v1.3.0
1419)
You can’t perform that action at this time.
0 commit comments