mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-12-29 11:23:59 +08:00
16 lines
464 B
Modula-2
16 lines
464 B
Modula-2
module github.com/nicksherron/bashhub-server
|
|
|
|
require (
|
|
github.com/appleboy/gin-jwt/v2 v2.6.3
|
|
github.com/fatih/color v1.9.0
|
|
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
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
|
|
)
|
|
|
|
go 1.13
|