Skip to content

Commit f662996

Browse files
committed
upgrade go version to 1.17
1 parent bc7cd19 commit f662996

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

go.mod

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/secrets-manager-go-sdk
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/IBM/go-sdk-core/v5 v5.10.2
@@ -9,3 +9,27 @@ require (
99
github.com/onsi/gomega v1.20.0
1010
github.com/stretchr/testify v1.8.0
1111
)
12+
13+
require (
14+
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
15+
github.com/davecgh/go-spew v1.1.1 // indirect
16+
github.com/fsnotify/fsnotify v1.4.9 // indirect
17+
github.com/go-openapi/errors v0.20.2 // indirect
18+
github.com/go-playground/locales v0.14.0 // indirect
19+
github.com/go-playground/universal-translator v0.18.0 // indirect
20+
github.com/google/go-cmp v0.5.8 // indirect
21+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
22+
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
23+
github.com/leodido/go-urn v1.2.1 // indirect
24+
github.com/mitchellh/mapstructure v1.3.3 // indirect
25+
github.com/nxadm/tail v1.4.8 // indirect
26+
github.com/oklog/ulid v1.3.1 // indirect
27+
github.com/pmezard/go-difflib v1.0.0 // indirect
28+
go.mongodb.org/mongo-driver v1.10.0 // indirect
29+
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
30+
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
31+
golang.org/x/text v0.3.7 // indirect
32+
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
33+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
34+
gopkg.in/yaml.v3 v3.0.1 // indirect
35+
)

0 commit comments

Comments
 (0)