File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ replace sigs.k8s.io/application => github.com/kmodules/application v0.8.4-0.2021
127
127
128
128
replace github.com/satori/go.uuid => github.com/gofrs/uuid v4.0.0+incompatible
129
129
130
- replace github.com/dgrijalva/jwt-go => github.com/golang-jwt /jwt v3.2.2+incompatible
130
+ replace github.com/dgrijalva/jwt-go => github.com/gomodules /jwt v3.2.2+incompatible
131
131
132
132
replace github.com/form3tech-oss/jwt-go => github.com/form3tech-oss/jwt-go v3.2.5+incompatible
133
+
134
+ replace github.com/golang-jwt/jwt => github.com/golang-jwt/jwt v3.2.2+incompatible
Original file line number Diff line number Diff line change @@ -235,7 +235,6 @@ github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5x
235
235
github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
236
236
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
237
237
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
238
- github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
239
238
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 /go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k =
240
239
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
241
240
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
@@ -251,6 +250,7 @@ github.com/golang/protobuf v1.4.3 h1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM
251
250
github.com/golang/protobuf v1.4.3 /go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI =
252
251
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
253
252
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e /go.mod h1:0AA//k/eakGydO4jKRoRL2j92ZKSzTgj9tclaCrvXHk =
253
+ github.com/gomodules/jwt v3.2.2+incompatible /go.mod h1:cOm5eKP+RVgQveNVZfQ7ZEc5KPmk2F2i/JNDKlkzzDQ =
254
254
github.com/gomodules/validate v0.19.8-1.16 /go.mod h1:8DJv2CVJQ6kGNpFW6eV9N3JviE1C85nY1c2z52x1Gk4 =
255
255
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c /go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ =
256
256
github.com/google/btree v1.0.0 /go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ =
Original file line number Diff line number Diff line change @@ -655,5 +655,6 @@ stash.appscode.dev/apimachinery/pkg/util
655
655
# k8s.io/utils => k8s.io/utils v0.0.0-20201110183641-67b214c5f920
656
656
# sigs.k8s.io/application => github.com/kmodules/application v0.8.4-0.20210427030912-90eeee3bc4ad
657
657
# github.com/satori/go.uuid => github.com/gofrs/uuid v4.0.0+incompatible
658
- # github.com/dgrijalva/jwt-go => github.com/golang-jwt /jwt v3.2.2+incompatible
658
+ # github.com/dgrijalva/jwt-go => github.com/gomodules /jwt v3.2.2+incompatible
659
659
# github.com/form3tech-oss/jwt-go => github.com/form3tech-oss/jwt-go v3.2.5+incompatible
660
+ # github.com/golang-jwt/jwt => github.com/golang-jwt/jwt v3.2.2+incompatible
You can’t perform that action at this time.
0 commit comments