Skip to content

Commit

Permalink
build(go mod): Regenerate go.mod & go.sum with new version of gin-jwt…
Browse files Browse the repository at this point in the history
… to fix backend build
  • Loading branch information
franxois committed Jun 7, 2019
1 parent 08a3f33 commit 6ab578f
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 64 deletions.
21 changes: 7 additions & 14 deletions server/go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
module github.com/wallix/notes/server

go 1.12

require (
github.com/appleboy/gin-jwt v0.0.0-20190107105648-22ee6b104c71
github.com/gin-contrib/cors v0.0.0-20190101123304-5e7acb10687f
github.com/gin-gonic/gin v1.3.0
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/kr/pty v1.1.3 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/tidwall/gjson v1.1.4 // indirect
github.com/tidwall/match v1.0.1 // indirect
github.com/ugorji/go v1.1.2-0.20181209151446-772ced7fd4c2 // indirect
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect
github.com/appleboy/gin-jwt/v2 v2.6.2
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.4.0
github.com/jinzhu/gorm v1.9.8
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect
)
Loading

0 comments on commit 6ab578f

Please sign in to comment.