forked from ovh/venom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
51 lines (49 loc) · 2.13 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
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/ovh/venom
go 1.13
require (
github.com/Shopify/sarama v1.27.1
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/fatih/color v1.9.0
github.com/fsamin/go-dump v1.0.9
github.com/fullstorydev/grpcurl v1.4.0
github.com/garyburd/redigo v1.6.0
github.com/go-sql-driver/mysql v1.4.1
github.com/go-testfixtures/testfixtures/v3 v3.1.1
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/golang/protobuf v1.3.1
github.com/google/go-github v15.0.0+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jhump/protoreflect v1.5.0
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.3.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-shellwords v1.0.3
github.com/mattn/go-zglob v0.0.0-20171230104132-4959821b4817
github.com/mitchellh/mapstructure v1.3.3
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b
github.com/mxk/go-imap v0.0.0-20150429134902-531c36c3f12d // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/ovh/go-ovh v0.0.0-20180328085145-498310cd1182
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20180217203553-081fe17d19ff
github.com/sclevine/agouti v3.0.1-0.20180306165625-6ada53bb069e+incompatible
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0 // indirect
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.6.1
github.com/yesnault/go-imap v0.0.0-20160710142244-eb9bbb66bd7b
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
google.golang.org/grpc v1.21.0
gopkg.in/gorp.v1 v1.7.1 // indirect
gopkg.in/ini.v1 v1.34.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)