forked from ovh/venom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
58 lines (56 loc) · 2.34 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
52
53
54
55
56
57
58
module github.com/ovh/venom
go 1.16
require (
github.com/Azure/go-amqp v0.13.7
github.com/Shopify/sarama v1.27.2
github.com/alexbrainman/odbc v0.0.0-20200426075526-f0492dfa1575
github.com/antonfisher/nested-logrus-formatter v1.3.0
github.com/confluentinc/bincover v0.2.0
github.com/eclipse/paho.mqtt.golang v1.3.4
github.com/fatih/color v1.10.0
github.com/fsamin/go-dump v1.2.0
github.com/fullstorydev/grpcurl v1.7.0
github.com/garyburd/redigo v1.6.2
github.com/ghodss/yaml v1.0.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/go-testfixtures/testfixtures/v3 v3.4.1
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.3 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/gosimple/slug v1.9.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jhump/protoreflect v1.7.0
github.com/jmoiron/sqlx v1.2.0
github.com/landoop/schema-registry v0.0.0-20190327143759-50a5701c1891
github.com/lib/pq v1.8.0
github.com/linkedin/goavro/v2 v2.10.0
github.com/mattn/go-shellwords v1.0.10
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/mattn/go-zglob v0.0.3
github.com/mitchellh/go-homedir v1.1.0
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.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/ovh/cds/sdk/interpolate v0.0.0-20201113080944-f9d9d58c157a
github.com/ovh/go-ovh v1.1.0
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
github.com/sclevine/agouti v3.0.1-0.20180306165625-6ada53bb069e+incompatible
github.com/sijms/go-ora v0.0.0-20201108135513-712ea4f3d160
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
github.com/yesnault/go-imap v0.0.0-20160710142244-eb9bbb66bd7b
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
google.golang.org/grpc v1.30.0
gopkg.in/yaml.v2 v2.3.0
)