2020-02-07 16:02:18 +08:00
|
|
|
module github.com/nicksherron/bashhub-server
|
|
|
|
|
|
|
|
require (
|
2020-02-10 07:30:05 +08:00
|
|
|
github.com/appleboy/gin-jwt/v2 v2.6.3
|
2020-02-08 00:14:22 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/gin-gonic/gin v1.5.0
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/gorm v1.9.12
|
|
|
|
github.com/lib/pq v1.3.0
|
2020-02-08 07:29:09 +08:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible
|
2020-02-07 16:02:18 +08:00
|
|
|
github.com/spf13/cobra v0.0.3
|
2020-02-08 00:14:22 +08:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2020-02-10 07:30:05 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
|
2020-02-07 16:02:18 +08:00
|
|
|
)
|
2020-02-08 00:14:22 +08:00
|
|
|
|
|
|
|
go 1.13
|