mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-11-15 04:06:20 +08:00
15 lines
485 B
Modula-2
15 lines
485 B
Modula-2
module github.com/nicksherron/bashhub-server
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
|
|
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
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|
|
|
|
go 1.13
|