Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 3d4f4b2

Browse files
committed
Update Go version
1 parent f685c9c commit 3d4f4b2

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

go.mod

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/secrethub/secrethub-cli
22

3-
go 1.14
3+
go 1.17
44

55
require (
66
bitbucket.org/zombiezen/cardcpx v0.0.0-20150417151802-902f68ff43ef
@@ -26,3 +26,32 @@ require (
2626
gopkg.in/yaml.v2 v2.4.0
2727
gotest.tools v2.2.0+incompatible
2828
)
29+
30+
require (
31+
cloud.google.com/go v0.57.0 // indirect
32+
github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4 // indirect
33+
github.com/ChrisTrenkamp/goxpath v0.0.0-20170922090931-c385f95c6022 // indirect
34+
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect
35+
github.com/danieljoos/wincred v1.0.2 // indirect
36+
github.com/docker/docker v1.13.1 // indirect
37+
github.com/godbus/dbus v4.1.0+incompatible // indirect
38+
github.com/gofrs/uuid v3.2.0+incompatible // indirect
39+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
40+
github.com/golang/protobuf v1.4.0 // indirect
41+
github.com/google/go-cmp v0.4.0 // indirect
42+
github.com/google/go-querystring v1.0.0 // indirect
43+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
44+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
45+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
46+
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
47+
github.com/masterzen/simplexml v0.0.0-20160608183007-4572e39b1ab9 // indirect
48+
github.com/mattn/go-shellwords v1.0.6 // indirect
49+
github.com/pkg/errors v0.9.1 // indirect
50+
go.opencensus.io v0.22.3 // indirect
51+
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
52+
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
53+
google.golang.org/appengine v1.6.6 // indirect
54+
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84 // indirect
55+
google.golang.org/grpc v1.29.1 // indirect
56+
google.golang.org/protobuf v1.21.0 // indirect
57+
)

0 commit comments

Comments
 (0)