@@ -4,12 +4,12 @@ go 1.18
4
4
5
5
require (
6
6
github.com/cheshir/go-mq v1.2.0
7
- github.com/gin-gonic/gin v1.8 .1
7
+ github.com/gin-gonic/gin v1.9 .1
8
8
github.com/golang-jwt/jwt/v4 v4.4.2
9
9
github.com/onsi/ginkgo v1.14.1
10
10
github.com/onsi/gomega v1.10.2
11
11
github.com/robfig/cron/v3 v3.0.1
12
- github.com/stretchr/testify v1.8.1
12
+ github.com/stretchr/testify v1.8.3
13
13
k8s.io/api v0.20.2
14
14
k8s.io/apimachinery v0.20.2
15
15
k8s.io/client-go v0.20.2
@@ -26,19 +26,22 @@ require (
26
26
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
27
27
github.com/NeowayLabs/wabbit v0.0.0-20210927194032-73ad61d1620e // indirect
28
28
github.com/beorn7/perks v1.0.1 // indirect
29
+ github.com/bytedance/sonic v1.9.1 // indirect
29
30
github.com/cespare/xxhash/v2 v2.1.1 // indirect
31
+ github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
30
32
github.com/davecgh/go-spew v1.1.1 // indirect
31
33
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
32
34
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
33
35
github.com/fsnotify/fsnotify v1.4.9 // indirect
34
36
github.com/fsouza/go-dockerclient v1.9.7 // indirect
37
+ github.com/gabriel-vasile/mimetype v1.4.2 // indirect
35
38
github.com/gin-contrib/sse v0.1.0 // indirect
36
39
github.com/go-logr/logr v0.3.0 // indirect
37
40
github.com/go-logr/zapr v0.2.0 // indirect
38
- github.com/go-playground/locales v0.14.0 // indirect
39
- github.com/go-playground/universal-translator v0.18.0 // indirect
40
- github.com/go-playground/validator/v10 v10.11.1 // indirect
41
- github.com/goccy/go-json v0.9.11 // indirect
41
+ github.com/go-playground/locales v0.14.1 // indirect
42
+ github.com/go-playground/universal-translator v0.18.1 // indirect
43
+ github.com/go-playground/validator/v10 v10.14.0 // indirect
44
+ github.com/goccy/go-json v0.10.2 // indirect
42
45
github.com/gogo/protobuf v1.3.2 // indirect
43
46
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
44
47
github.com/golang/protobuf v1.5.0 // indirect
@@ -49,14 +52,15 @@ require (
49
52
github.com/hashicorp/golang-lru v0.5.4 // indirect
50
53
github.com/imdario/mergo v0.3.10 // indirect
51
54
github.com/json-iterator/go v1.1.12 // indirect
52
- github.com/leodido/go-urn v1.2.1 // indirect
53
- github.com/mattn/go-isatty v0.0.16 // indirect
55
+ github.com/klauspost/cpuid/v2 v2.2.4 // indirect
56
+ github.com/leodido/go-urn v1.2.4 // indirect
57
+ github.com/mattn/go-isatty v0.0.19 // indirect
54
58
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
55
59
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
56
60
github.com/modern-go/reflect2 v1.0.2 // indirect
57
61
github.com/nxadm/tail v1.4.4 // indirect
58
62
github.com/pborman/uuid v1.2.1 // indirect
59
- github.com/pelletier/go-toml/v2 v2.0.5 // indirect
63
+ github.com/pelletier/go-toml/v2 v2.0.8 // indirect
60
64
github.com/pkg/errors v0.9.1 // indirect
61
65
github.com/pmezard/go-difflib v1.0.0 // indirect
62
66
github.com/prometheus/client_golang v1.7.1 // indirect
@@ -67,21 +71,23 @@ require (
67
71
github.com/spf13/pflag v1.0.5 // indirect
68
72
github.com/streadway/amqp v1.0.0 // indirect
69
73
github.com/tiago4orion/conjure v0.0.0-20150908101743-93cb30b9d218 // indirect
70
- github.com/ugorji/go/codec v1.2.7 // indirect
74
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
75
+ github.com/ugorji/go/codec v1.2.11 // indirect
71
76
go.uber.org/atomic v1.6.0 // indirect
72
77
go.uber.org/multierr v1.5.0 // indirect
73
78
go.uber.org/zap v1.15.0 // indirect
74
- golang.org/x/crypto v0.2.0 // indirect
75
- golang.org/x/net v0.2.0 // indirect
79
+ golang.org/x/arch v0.3.0 // indirect
80
+ golang.org/x/crypto v0.9.0 // indirect
81
+ golang.org/x/net v0.10.0 // indirect
76
82
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
77
- golang.org/x/sys v0.6 .0 // indirect
78
- golang.org/x/term v0.6 .0 // indirect
79
- golang.org/x/text v0.4 .0 // indirect
83
+ golang.org/x/sys v0.8 .0 // indirect
84
+ golang.org/x/term v0.8 .0 // indirect
85
+ golang.org/x/text v0.9 .0 // indirect
80
86
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
81
87
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
82
88
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
83
89
google.golang.org/appengine v1.6.6 // indirect
84
- google.golang.org/protobuf v1.28.1 // indirect
90
+ google.golang.org/protobuf v1.30.0 // indirect
85
91
gopkg.in/inf.v0 v0.9.1 // indirect
86
92
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
87
93
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments