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-14 17:21:34 +08:00
|
|
|
github.com/appleboy/gofight/v2 v2.1.2
|
2020-02-11 14:30:34 +08:00
|
|
|
github.com/cheggaaa/pb/v3 v3.0.4
|
2020-02-10 13:39:57 +08:00
|
|
|
github.com/fatih/color v1.9.0
|
2020-02-08 00:14:22 +08:00
|
|
|
github.com/gin-gonic/gin v1.5.0
|
2020-02-14 17:21:34 +08:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-02-08 00:14:22 +08:00
|
|
|
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-14 17:21:34 +08:00
|
|
|
github.com/stretchr/testify v1.4.0
|
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
|