File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
experimental-handlers/jwt Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ go get github.com/valyala/quicktemplate
3030go get github.com/shiyanhui/hero
3131go get github.com/go-xorm/xorm
3232go get github.com/nfnt/resize
33- go get github.com/dgrijalva /jwt-go
33+ go get github.com/golang-jwt /jwt
3434go get github.com/newrelic/go-agent
3535go get github.com/valyala/tcplisten
3636go get github.com/kataras/bindata/cmd/bindata
Original file line number Diff line number Diff line change 77// (because it used "context" to define the user but we don't need that so a simple iris.FromStd wouldn't work as expected.)
88package main
99
10- // $ go get -u github.com/dgrijalva /jwt-go
10+ // $ go get -u github.com/golang-jwt /jwt
1111// $ go run main.go
1212
1313import (
1414 "github.com/hidevopsio/iris"
1515
16- "github.com/dgrijalva /jwt-go "
16+ "github.com/golang-jwt /jwt"
1717 jwtmiddleware "github.com/hidevopsio/middleware/jwt"
1818)
1919
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/fatih/structs v1.1.0
1414 github.com/flosch/pongo2 v0.0.0-20180809100617-24195e6d38b0
1515 github.com/gomodule/redigo v2.0.0+incompatible
16- github.com/gorilla/websocket v1.4.0
16+ github.com/gorilla/websocket v1.4.1
1717 github.com/hidevopsio/formBinder v0.0.0-20240811094544-2118e9d3668d
1818 github.com/hidevopsio/go-uuid v0.0.0-20240811102623-0749af16addf
1919 github.com/hidevopsio/golog v0.0.0-20240811115351-6b4a7711e704
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ github.com/gopherjs/gopherjs v1.17.2 h1:fQnZVsXk8uxXIStYb0N4bGk7jeyTalG/wsZjQ25d
4848github.com/gopherjs/gopherjs v1.17.2 /go.mod h1:pRRIvn/QzFLrKfvEz3qUuEhtE/zLCWfreZ6J5gM2i+k =
4949github.com/gorilla/css v1.0.0 h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY =
5050github.com/gorilla/css v1.0.0 /go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c =
51- github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q =
52- github.com/gorilla/websocket v1.4.0 /go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ =
51+ github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM =
52+ github.com/gorilla/websocket v1.4.1 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
5353github.com/hidevopsio/formBinder v0.0.0-20240811094544-2118e9d3668d h1:CEpO3c0aRsegynMoxEpCysmy/lePVmtCSU6+qOWb/Pk =
5454github.com/hidevopsio/formBinder v0.0.0-20240811094544-2118e9d3668d /go.mod h1:PFEZAcn66wWTbWkpkS+omAVhIVIampnTIEh3akUA3pU =
5555github.com/hidevopsio/go-uuid v0.0.0-20240811102623-0749af16addf h1:/htNDo2bTYeoigbMtMkWJIzJtEoH3VUdBr+lRrO28kI =
You can’t perform that action at this time.
0 commit comments