File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ module github.com/gravitl/netmaker
33go 1.15
44
55require (
6- github.com/davecgh/go-spew v1.1.1 // indirect
76 github.com/go-playground/validator/v10 v10.9.0
8- github.com/golang-jwt/jwt/v4 v4.1 .0
7+ github.com/golang-jwt/jwt/v4 v4.2 .0
98 github.com/golang/protobuf v1.5.2 // indirect
109 github.com/gorilla/handlers v1.5.1
1110 github.com/gorilla/mux v1.8.0
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ github.com/go-playground/universal-translator v0.18.0 h1:82dyy6p4OuJq4/CByFNOn/j
4242github.com/go-playground/universal-translator v0.18.0 /go.mod h1:UvRDBj+xPUEGrFYl+lu/H90nyDXpg0fqeB/AQUGNTVA =
4343github.com/go-playground/validator/v10 v10.9.0 h1:NgTtmN58D0m8+UuxtYmGztBJB7VnPgjj221I1QHci2A =
4444github.com/go-playground/validator/v10 v10.9.0 /go.mod h1:74x4gJWsvQexRdW8Pn3dXSGrTK4nAUsbPlLADvpJkos =
45- github.com/golang-jwt/jwt/v4 v4.1 .0 h1:XUgk2Ex5veyVFVeLm0xhusUTQybEbexJXrvPNOKkSY0 =
46- github.com/golang-jwt/jwt/v4 v4.1 .0 /go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg =
45+ github.com/golang-jwt/jwt/v4 v4.2 .0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU =
46+ github.com/golang-jwt/jwt/v4 v4.2 .0 /go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg =
4747github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
4848github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
4949github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments