-
Notifications
You must be signed in to change notification settings - Fork 188
/
go.mod
38 lines (36 loc) · 1.54 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
32
33
34
35
36
37
38
module github.com/ajvb/kala
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.3.0
github.com/armon/go-metrics v0.3.3 // indirect
github.com/cornelk/hashmap v1.0.1
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/garyburd/redigo v1.0.1-0.20170208211623-48545177e92a
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/context v0.0.0-20141217160251-215affda49ad // indirect
github.com/gorilla/mux v0.0.0-20150808061613-ffb3f683aad4
github.com/hashicorp/consul/api v1.1.0
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/memberlist v0.2.2 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/lestrrat-go/tcputil v0.0.0-20180223003554-d3c7f98154fb // indirect
github.com/lestrrat-go/test-mysqld v0.0.0-20190527004737-6c91be710371
github.com/lib/pq v1.0.0
github.com/mattn/go-shellwords v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mixer/clock v0.0.0-20190507173039-c311c17adb1f
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/ory/dockertest/v3 v3.8.1
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/rafaeljusto/redigomock v0.0.0-20170720131524-7ae0511314e9
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
github.com/urfave/negroni v1.0.0
go.etcd.io/bbolt v1.3.5
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528
)