File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ require (
16
16
github.com/go-redis/redis/v8 v8.11.5
17
17
github.com/golang-migrate/migrate/v4 v4.18.1
18
18
github.com/google/uuid v1.6.0
19
+ github.com/gorilla/sessions v1.2.1
19
20
github.com/gorilla/websocket v1.5.3
20
- github.com/lestrrat-go/jwx/v2 v2.1.2
21
+ github.com/lestrrat-go/jwx/v2 v2.1.3
21
22
github.com/markbates/goth v1.80.0
22
23
github.com/nats-io/nats.go v1.37.0
23
24
github.com/ory/dockertest/v3 v3.11.0
@@ -61,7 +62,6 @@ require (
61
62
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
62
63
github.com/gorilla/mux v1.8.0 // indirect
63
64
github.com/gorilla/securecookie v1.1.1 // indirect
64
- github.com/gorilla/sessions v1.2.1 // indirect
65
65
github.com/hashicorp/errwrap v1.1.0 // indirect
66
66
github.com/hashicorp/go-multierror v1.1.1 // indirect
67
67
github.com/jinzhu/inflection v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzlt
141
141
github.com/lestrrat-go/iter v1.0.2 /go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4 =
142
142
github.com/lestrrat-go/jwx v1.2.29 h1:QT0utmUJ4/12rmsVQrJ3u55bycPkKqGYuGT4tyRhxSQ =
143
143
github.com/lestrrat-go/jwx v1.2.29 /go.mod h1:hU8k2l6WF0ncx20uQdOmik/Gjg6E3/wIRtXSNFeZuB8 =
144
- github.com/lestrrat-go/jwx/v2 v2.1.2 h1:6poete4MPsO8+LAEVhpdrNI4Xp2xdiafgl2RD89moBc =
145
- github.com/lestrrat-go/jwx/v2 v2.1.2 /go.mod h1:pO+Gz9whn7MPdbsqSJzG8TlEpMZCwQDXnFJ+zsUVh8Y =
144
+ github.com/lestrrat-go/jwx/v2 v2.1.3 h1:Ud4lb2QuxRClYAmRleF50KrbKIoM1TddXgBrneT5/Jo =
145
+ github.com/lestrrat-go/jwx/v2 v2.1.3 /go.mod h1:q6uFgbgZfEmQrfJfrCo90QcQOcXFMfbI/fO0NqRtvZo =
146
146
github.com/lestrrat-go/option v1.0.0 /go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I =
147
147
github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU =
148
148
github.com/lestrrat-go/option v1.0.1 /go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I =
You can’t perform that action at this time.
0 commit comments