forked from copybird/copybird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
67 lines (65 loc) · 2.93 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
59
60
61
62
63
64
65
66
67
module github.com/copybird/copybird
go 1.12
require (
cloud.google.com/go v0.40.0
github.com/PagerDuty/go-pagerduty v0.0.0-20190503230806-cf1437c7c8d6
github.com/Shopify/sarama v1.22.1
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/aws/aws-sdk-go v1.20.6
github.com/coreos/etcd v3.3.10+incompatible
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/coreos/go-semver v0.2.0 // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/etcd-io/etcd v3.3.13+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/go-stack/stack v1.8.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/schema v1.1.0 // indirect
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/imdario/mergo v0.3.7 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jarcoal/httpmock v1.0.4
github.com/knative/pkg v0.0.0-20190621220722-c2cd40c1c217
github.com/kr/fs v0.1.0 // indirect
github.com/lib/pq v1.1.1
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pierrec/lz4 v2.0.5+incompatible
github.com/pkg/errors v0.8.1 // indirect
github.com/pkg/sftp v1.10.0
github.com/sfreiberg/gotwilio v0.0.0-20190522212351-14c666f1d505
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.2.1 // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/stretchr/testify v1.3.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
github.com/ugorji/go v1.1.1 // indirect
github.com/xconstruct/go-pushbullet v0.0.0-20171206132031-67759df45fbb
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.etcd.io/etcd v3.3.13+incompatible
go.mongodb.org/mongo-driver v1.0.3
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
google.golang.org/api v0.6.0
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae
gotest.tools v2.2.0+incompatible
k8s.io/api v0.0.0-20190620073856-dcce3486da33
k8s.io/apimachinery v0.0.0-20190620073744-d16981aedf33
k8s.io/client-go v0.0.0-20190620074045-585a16d2e773
k8s.io/klog v0.3.1
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
)