-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.22 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
30
31
module github.com/drewsilcock/hbaas-server
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/bearbin/go-age v0.0.0-20140407072555-316d0c1e7cd1
github.com/drewsilcock/echo-swagger v0.0.5
github.com/go-openapi/spec v0.19.5 // indirect
github.com/go-openapi/swag v0.19.6 // indirect
github.com/gocarina/gocsv v0.0.0-20191214001331-e6697589f2e0
github.com/golang-migrate/migrate/v4 v4.7.0
github.com/jimsmart/schema v0.0.4 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.1.13
github.com/mailru/easyjson v0.7.0 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/smallnest/gen v0.0.0-20191112074516-bf5ac902f918
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/swaggo/swag v1.6.5
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
golang.org/x/sys v0.0.0-20200106114638-5f8ca72cd632 // indirect
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)