-
Notifications
You must be signed in to change notification settings - Fork 15
/
go.mod
27 lines (25 loc) · 874 Bytes
/
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
module github.com/volatiletech/abcweb/v5
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/djherbis/times v1.2.0
github.com/friendsofgo/errors v0.9.2
github.com/go-chi/chi v4.1.1+incompatible
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lib/pq v1.5.1 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pierrre/archivefile v0.0.0-20170218184037-e2d100bc74f5
github.com/satori/go.uuid v1.2.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/unrolled/render v1.0.3
github.com/volatiletech/mig v1.2.0
github.com/volatiletech/refresh/v3 v3.0.4
go.uber.org/zap v1.17.0
gopkg.in/redis.v5 v5.2.9
)