@@ -7,20 +7,22 @@ require (
7
7
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
8
8
github.com/aws/aws-sdk-go v1.55.4
9
9
github.com/coreos/go-oidc/v3 v3.11.0
10
+ github.com/eko/gocache/lib/v4 v4.1.6
11
+ github.com/eko/gocache/store/redis/v4 v4.2.2
10
12
github.com/evanphx/json-patch/v5 v5.9.0
11
13
github.com/go-jose/go-jose/v3 v3.0.3
12
- github.com/go-jose/go-jose/v4 v4.0.4
13
14
github.com/go-logr/logr v1.4.2
15
+ github.com/go-redis/redismock/v9 v9.2.0
14
16
github.com/google/uuid v1.6.0
15
17
github.com/gusaul/go-dynamock v0.0.0-20210107061312-3e989056e1e6
16
18
github.com/jinzhu/gorm v1.9.16
17
19
github.com/json-iterator/go v1.1.12
18
20
github.com/labstack/echo/v4 v4.12.0
19
21
github.com/labstack/gommon v0.4.2
20
22
github.com/onsi/ginkgo v1.16.5
21
- github.com/onsi/ginkgo/v2 v2.19.1
22
23
github.com/onsi/gomega v1.34.1
23
24
github.com/prometheus/client_golang v1.19.1
25
+ github.com/redis/go-redis/v9 v9.2.0
24
26
github.com/stretchr/testify v1.9.0
25
27
github.com/swaggo/echo-swagger v1.4.1
26
28
github.com/swaggo/swag v1.16.3
@@ -53,12 +55,13 @@ require (
53
55
github.com/Microsoft/hcsshim v0.11.5 // indirect
54
56
github.com/beorn7/perks v1.0.1 // indirect
55
57
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
56
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
58
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
57
59
github.com/containerd/containerd v1.7.18 // indirect
58
60
github.com/containerd/errdefs v0.1.0 // indirect
59
61
github.com/containerd/log v0.1.0 // indirect
60
62
github.com/cpuguy83/dockercfg v0.3.1 // indirect
61
63
github.com/davecgh/go-spew v1.1.1 // indirect
64
+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
62
65
github.com/dimchansky/utfbom v1.1.1 // indirect
63
66
github.com/distribution/reference v0.6.0 // indirect
64
67
github.com/docker/docker v27.0.3+incompatible // indirect
@@ -69,6 +72,7 @@ require (
69
72
github.com/felixge/httpsnoop v1.0.4 // indirect
70
73
github.com/fsnotify/fsnotify v1.7.0 // indirect
71
74
github.com/ghodss/yaml v1.0.0 // indirect
75
+ github.com/go-jose/go-jose/v4 v4.0.4 // indirect
72
76
github.com/go-logr/stdr v1.2.2 // indirect
73
77
github.com/go-logr/zapr v1.3.0 // indirect
74
78
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -82,6 +86,7 @@ require (
82
86
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
83
87
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
84
88
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
89
+ github.com/golang/mock v1.6.0 // indirect
85
90
github.com/golang/protobuf v1.5.4 // indirect
86
91
github.com/google/gnostic-models v0.6.8 // indirect
87
92
github.com/google/go-cmp v0.6.0 // indirect
@@ -108,6 +113,7 @@ require (
108
113
github.com/morikuni/aec v1.0.0 // indirect
109
114
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
110
115
github.com/nxadm/tail v1.4.8 // indirect
116
+ github.com/onsi/ginkgo/v2 v2.19.1 // indirect
111
117
github.com/opencontainers/go-digest v1.0.0 // indirect
112
118
github.com/opencontainers/image-spec v1.1.0 // indirect
113
119
github.com/pkg/errors v0.9.1 // indirect
@@ -133,7 +139,6 @@ require (
133
139
go.uber.org/multierr v1.11.0 // indirect
134
140
go.uber.org/zap v1.26.0 // indirect
135
141
golang.org/x/crypto v0.25.0 // indirect
136
- golang.org/x/mod v0.19.0 // indirect
137
142
golang.org/x/oauth2 v0.21.0 // indirect
138
143
golang.org/x/sync v0.7.0 // indirect
139
144
golang.org/x/sys v0.22.0 // indirect
@@ -142,7 +147,6 @@ require (
142
147
golang.org/x/time v0.5.0 // indirect
143
148
golang.org/x/tools v0.23.0 // indirect
144
149
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
145
- google.golang.org/appengine v1.6.8 // indirect
146
150
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
147
151
google.golang.org/grpc v1.59.0 // indirect
148
152
google.golang.org/protobuf v1.34.1 // indirect
0 commit comments