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 @@ -9,8 +9,9 @@ require (
99 github.com/gin-contrib/cors v1.7.5
1010 github.com/gin-gonic/gin v1.10.0
1111 github.com/golang-migrate/migrate/v4 v4.18.3
12+ github.com/google/uuid v1.6.0
1213 github.com/lestrrat-go/iter v1.0.2
13- github.com/lestrrat-go/jwx/v2 v2.1.5
14+ github.com/lestrrat-go/jwx/v2 v2.1.6
1415 github.com/markbates/pkger v0.17.1
1516 github.com/mileusna/useragent v1.3.5
1617 github.com/onsi/ginkgo/v2 v2.23.4
@@ -47,7 +48,6 @@ require (
4748 github.com/goccy/go-json v0.10.5 // indirect
4849 github.com/google/go-cmp v0.7.0 // indirect
4950 github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
50- github.com/google/uuid v1.6.0 // indirect
5151 github.com/gorilla/websocket v1.5.0 // indirect
5252 github.com/hashicorp/errwrap v1.1.0 // indirect
5353 github.com/hashicorp/go-multierror v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ github.com/lestrrat-go/httprc v1.0.6 h1:qgmgIRhpvBqexMJjA/PmwSvhNk679oqD1RbovdCG
136136github.com/lestrrat-go/httprc v1.0.6 /go.mod h1:mwwz3JMTPBjHUkkDv/IGJ39aALInZLrhBp0X7KGUZlo =
137137github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI =
138138github.com/lestrrat-go/iter v1.0.2 /go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4 =
139- github.com/lestrrat-go/jwx/v2 v2.1.5 h1:PQI5gzadLfJ22ckLrejPVX6eGXKM4M4eGi5fW2jjA3o =
140- github.com/lestrrat-go/jwx/v2 v2.1.5 /go.mod h1:Y722kU5r/8mV7fYDifjug0r8FK8mZdw0K0GpJw/l8pU =
139+ github.com/lestrrat-go/jwx/v2 v2.1.6 h1:hxM1gfDILk/l5ylers6BX/Eq1m/pnxe9NBwW6lVfecA =
140+ github.com/lestrrat-go/jwx/v2 v2.1.6 /go.mod h1:Y722kU5r/8mV7fYDifjug0r8FK8mZdw0K0GpJw/l8pU =
141141github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU =
142142github.com/lestrrat-go/option v1.0.1 /go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I =
143143github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw =
You can’t perform that action at this time.
0 commit comments