Skip to content

Commit 1e869e0

Browse files
committed
chore: bump go version to go 1.19
1 parent 8992265 commit 1e869e0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

go.mod

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
module github.com/gojek/heimdall/v7
22

3-
go 1.14
3+
go 1.19
44

55
require (
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
)

0 commit comments

Comments
 (0)