2020-02-07 16:02:18 +08:00
|
|
|
module github.com/nicksherron/bashhub-server
|
|
|
|
|
|
|
|
require (
|
2020-02-08 00:14:22 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-02-08 00:30:48 +08:00
|
|
|
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607 // indirect
|
2020-02-08 00:14:22 +08:00
|
|
|
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/lacion/cookiecutter_golang_example v0.0.0-20191209145422-f4f6c7d38761
|
|
|
|
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-07 16:02:18 +08:00
|
|
|
)
|
2020-02-08 00:14:22 +08:00
|
|
|
|
|
|
|
go 1.13
|