Skip to content

Commit f69851d

Browse files
committed
chore(go): bump go mod
1 parent 898622d commit f69851d

2 files changed

Lines changed: 308 additions & 106 deletions

File tree

go.mod

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
module github.com/drycc/pkg
22

3-
go 1.13
3+
go 1.16
44

55
require (
66
github.com/Masterminds/cookoo v1.3.0
77
github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a
8-
github.com/golang/protobuf v1.4.2 // indirect
9-
github.com/googleapis/gnostic v0.2.2 // indirect; indirect
10-
github.com/json-iterator/go v1.1.10 // indirect
11-
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
12-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
13-
golang.org/x/text v0.3.3 // indirect
14-
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
15-
k8s.io/api v0.18.6
16-
k8s.io/apimachinery v0.18.6
17-
k8s.io/client-go v0.18.6
8+
k8s.io/api v0.22.0
9+
k8s.io/apimachinery v0.22.0
10+
k8s.io/client-go v0.22.0
1811
)

0 commit comments

Comments
 (0)