@@ -30,7 +30,7 @@ require (
30
30
github.com/arangodb/go-upgrade-rules v0.0.0-20180809110947-031b4774ff21
31
31
github.com/cenkalti/backoff v2.2.1+incompatible
32
32
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
33
- github.com/gin-gonic/gin v1.9.0
33
+ github.com/gin-gonic/gin v1.9.1
34
34
github.com/golang-jwt/jwt v3.2.2+incompatible
35
35
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
36
36
github.com/josephburnett/jd v1.6.1
@@ -45,13 +45,13 @@ require (
45
45
github.com/rs/zerolog v1.19.0
46
46
github.com/spf13/cobra v1.2.1
47
47
github.com/spf13/pflag v1.0.5
48
- github.com/stretchr/testify v1.8.1
48
+ github.com/stretchr/testify v1.8.3
49
49
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
50
- golang.org/x/sys v0.5 .0
51
- golang.org/x/text v0.7 .0
50
+ golang.org/x/sys v0.8 .0
51
+ golang.org/x/text v0.9 .0
52
52
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
53
53
google.golang.org/grpc v1.47.0
54
- google.golang.org/protobuf v1.28.1
54
+ google.golang.org/protobuf v1.30.0
55
55
gopkg.in/yaml.v3 v3.0.1
56
56
k8s.io/api v0.22.15
57
57
k8s.io/apiextensions-apiserver v0.18.3
@@ -63,20 +63,21 @@ require (
63
63
require (
64
64
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
65
65
github.com/beorn7/perks v1.0.1 // indirect
66
- github.com/bytedance/sonic v1.8.0 // indirect
66
+ github.com/bytedance/sonic v1.9.1 // indirect
67
67
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
68
68
github.com/cespare/xxhash/v2 v2.1.1 // indirect
69
69
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
70
70
github.com/davecgh/go-spew v1.1.1 // indirect
71
71
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
72
+ github.com/gabriel-vasile/mimetype v1.4.2 // indirect
72
73
github.com/gin-contrib/sse v0.1.0 // indirect
73
74
github.com/go-logr/logr v0.4.0 // indirect
74
75
github.com/go-openapi/jsonpointer v0.19.5 // indirect
75
76
github.com/go-openapi/swag v0.21.1 // indirect
76
77
github.com/go-playground/locales v0.14.1 // indirect
77
78
github.com/go-playground/universal-translator v0.18.1 // indirect
78
- github.com/go-playground/validator/v10 v10.11.2 // indirect
79
- github.com/goccy/go-json v0.10.0 // indirect
79
+ github.com/go-playground/validator/v10 v10.14.0 // indirect
80
+ github.com/goccy/go-json v0.10.2 // indirect
80
81
github.com/gogo/protobuf v1.3.2 // indirect
81
82
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
82
83
github.com/golang/protobuf v1.5.2 // indirect
@@ -88,27 +89,27 @@ require (
88
89
github.com/inconshreveable/mousetrap v1.0.0 // indirect
89
90
github.com/josharian/intern v1.0.0 // indirect
90
91
github.com/json-iterator/go v1.1.12 // indirect
91
- github.com/klauspost/cpuid/v2 v2.0.9 // indirect
92
- github.com/leodido/go-urn v1.2.1 // indirect
92
+ github.com/klauspost/cpuid/v2 v2.2.4 // indirect
93
+ github.com/leodido/go-urn v1.2.4 // indirect
93
94
github.com/mailru/easyjson v0.7.7 // indirect
94
- github.com/mattn/go-isatty v0.0.17 // indirect
95
+ github.com/mattn/go-isatty v0.0.19 // indirect
95
96
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
96
97
github.com/moby/spdystream v0.2.0 // indirect
97
98
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
98
99
github.com/modern-go/reflect2 v1.0.2 // indirect
99
100
github.com/pavel-v-chernykh/keystore-go v2.1.0+incompatible // indirect
100
- github.com/pelletier/go-toml/v2 v2.0.6 // indirect
101
+ github.com/pelletier/go-toml/v2 v2.0.8 // indirect
101
102
github.com/pmezard/go-difflib v1.0.0 // indirect
102
103
github.com/prometheus/common v0.26.0 // indirect
103
104
github.com/prometheus/procfs v0.6.0 // indirect
104
105
github.com/stretchr/objx v0.2.0 // indirect
105
106
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
106
- github.com/ugorji/go/codec v1.2.9 // indirect
107
- golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
108
- golang.org/x/crypto v0.5 .0 // indirect
109
- golang.org/x/net v0.7 .0 // indirect
107
+ github.com/ugorji/go/codec v1.2.11 // indirect
108
+ golang.org/x/arch v0.3.0 // indirect
109
+ golang.org/x/crypto v0.9 .0 // indirect
110
+ golang.org/x/net v0.10 .0 // indirect
110
111
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
111
- golang.org/x/term v0.5 .0 // indirect
112
+ golang.org/x/term v0.8 .0 // indirect
112
113
google.golang.org/appengine v1.6.7 // indirect
113
114
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
114
115
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments