Switch to jwt-auth v5

This commit is contained in:
2024-03-20 17:59:19 +01:00
parent 61e9191d4d
commit b721cf23e3
3 changed files with 113 additions and 23 deletions

15
go.mod
View File

@@ -3,11 +3,16 @@ module github.com/ClusterCockpit/cc-metric-store
go 1.16
require (
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gops v0.3.22
github.com/gorilla/mux v1.8.0
github.com/influxdata/line-protocol/v2 v2.2.0
github.com/google/gops v0.3.28
github.com/gorilla/mux v1.8.1
github.com/influxdata/line-protocol/v2 v2.2.1
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/nats-io/nats-server/v2 v2.2.6 // indirect
github.com/nats-io/nats.go v1.11.0
github.com/nats-io/nats.go v1.33.1
golang.org/x/crypto v0.21.0 // indirect
)