We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898622d commit f69851dCopy full SHA for f69851d
2 files changed
go.mod
@@ -1,18 +1,11 @@
1
module github.com/drycc/pkg
2
3
-go 1.13
+go 1.16
4
5
require (
6
github.com/Masterminds/cookoo v1.3.0
7
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
+ k8s.io/api v0.22.0
+ k8s.io/apimachinery v0.22.0
+ k8s.io/client-go v0.22.0
18
)
0 commit comments