-
Notifications
You must be signed in to change notification settings - Fork 24
/
go.mod
29 lines (27 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/nicksherron/bashhub-server
go 1.13
require (
github.com/appleboy/gin-jwt/v2 v2.6.3
github.com/cheggaaa/pb/v3 v3.0.4
github.com/corpix/uarand v0.1.1 // indirect
github.com/fatih/color v1.9.0
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.1.1
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.12 // indirect
github.com/lib/pq v1.3.0
github.com/magiconair/properties v1.8.0
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.7.0
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)