File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ module github.com/gepaplexx/multena-proxy
33go 1.23.4
44
55require (
6+ github.com/MicahParks/jwkset v0.5.19
67 github.com/MicahParks/keyfunc/v3 v3.3.5
7- github.com/fsnotify/fsnotify v1.8.0
8+ github.com/fsnotify/fsnotify v1.10.1
89 github.com/go-sql-driver/mysql v1.8.1
910 github.com/golang-jwt/jwt/v5 v5.2.1
1011 github.com/gorilla/mux v1.8.1
@@ -21,7 +22,6 @@ require (
2122
2223require (
2324 filippo.io/edwards25519 v1.1.0 // indirect
24- github.com/MicahParks/jwkset v0.5.19 // indirect
2525 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2626 github.com/beorn7/perks v1.0.1 // indirect
2727 github.com/cespare/xxhash/v2 v2.3.0 // indirect
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk
5555github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
5656github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M =
5757github.com/fsnotify/fsnotify v1.8.0 /go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0 =
58+ github.com/fsnotify/fsnotify v1.10.1 h1:b0/UzAf9yR5rhf3RPm9gf3ehBPpf0oZKIjtpKrx59Ho =
59+ github.com/fsnotify/fsnotify v1.10.1 /go.mod h1:TLheqan6HD6GBK6PrDWyDPBaEV8LspOxvPSjC+bVfgo =
5860github.com/go-kit/kit v0.8.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
5961github.com/go-kit/kit v0.9.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
6062github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU =
You can’t perform that action at this time.
0 commit comments