-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
136 lines (132 loc) · 6.37 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
module github.com/zhaoweiguo/demo-go
go 1.12
require (
docker.io/go-docker v1.0.0
git.apache.org/thrift.git v0.12.0
github.com/Azure/azure-storage-blob-go v0.7.0 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/EDDYCJY/go-gin-example v0.0.0-20190519043325-661685173c57 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Shopify/sarama v1.22.1
github.com/aliyun/aliyun-log-go-sdk v0.1.12
github.com/asaskevich/govalidator v0.0.0-20180315120708-ccb8e960c48f // indirect
github.com/aws/aws-sdk-go v1.15.57 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/buildkite/yaml v2.1.0+incompatible // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/codegangsta/cli v1.20.0
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dailymotion/allure-go v0.5.5
github.com/davecgh/go-spew v1.1.1
github.com/dchest/authcookie v0.0.0-20120917135355-fbdef6e99866 // indirect
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9 // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/drone/drone v0.8.10 // indirect
github.com/drone/drone-go v1.0.6 // indirect
github.com/drone/drone-runtime v0.0.0-20190210191445-ad403a0ca24e
github.com/drone/drone-ui v0.0.0-20191004020100-87de5a7c28a9 // indirect
github.com/drone/drone-yaml v1.0.6
github.com/drone/envsubst v1.0.1 // indirect
github.com/drone/go-license v1.0.2 // indirect
github.com/drone/go-login v1.0.4-0.20190311170324-2a4df4f242a2 // indirect
github.com/drone/go-scm v1.6.1-0.20190930172114-d8fff5ce7761
github.com/drone/signal v1.0.0
github.com/flant/kubedog v0.3.4 // indirect
github.com/gavv/httpexpect/v2 v2.1.0
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/cors v1.0.0 // indirect
github.com/go-ini/ini v1.39.0
github.com/go-kit/kit v0.9.0
github.com/go-redis/redis/v7 v7.0.0-beta.4
github.com/google/go-cmp v0.5.5
github.com/google/go-jsonnet v0.12.1 // indirect
github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc // indirect
github.com/google/wire v0.3.0
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorhill/cronexpr v0.0.0-20140423231348-a557574d6c02 // indirect
github.com/gorilla/mux v1.7.2
github.com/gosimple/slug v1.3.0 // indirect
github.com/h2non/gock v1.0.15 // indirect
github.com/hashicorp/consul/api v1.3.0 // indirect
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.2
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hashicorp/nomad v0.0.0-20190125003214-134391155854 // indirect
github.com/hashicorp/raft v1.1.1 // indirect
github.com/hashicorp/vault/api v1.0.4 // indirect
github.com/influxdata/influxdb v1.7.6
github.com/influxdata/influxdb1-client v0.0.0-20190809212627-fc22c7df067e
github.com/jinzhu/configor v1.1.1
github.com/jmoiron/sqlx v1.2.0
github.com/joho/godotenv v1.3.0
github.com/jroimartin/gocui v0.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lextoumbourou/goodhosts v2.1.0+incompatible
github.com/lib/pq v1.3.0
github.com/lucas-clemente/quic-go v0.25.0
github.com/mailgun/holster v3.0.0+incompatible // indirect
github.com/mailgun/iptools v0.0.0-20170310010557-ba8d5743f678 // indirect
github.com/mailgun/log v0.0.0-20150926000944-2f35a4607f1a // indirect
github.com/mailgun/metrics v0.0.0-20170714162148-fd99b46995bd // indirect
github.com/mailgun/scroll v1.2.2
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/natessilva/dag v0.0.0-20180124060714-7194b8dcc5c4 // indirect
github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 // indirect
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/rs/zerolog v1.18.0
github.com/satori/go.uuid v1.2.0
github.com/segmentio/ksuid v1.0.2 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.5.1
github.com/tal-tech/go-zero v1.1.7
github.com/tealeg/xlsx v1.0.3
github.com/tidwall/pretty v1.0.0 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
github.com/unrolled/secure v0.0.0-20181022170031-4b6b7cf51606 // indirect
github.com/urfave/cli v1.22.5
github.com/vardius/gollback v1.1.0
github.com/vinzenz/yaml v0.0.0-20170920082545-91409cdd725d
go.etcd.io/etcd v3.3.18+incompatible // indirect
go.mongodb.org/mongo-driver v1.0.3
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.6
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/ahmetb/go-linq.v3 v3.0.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.48.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5
k8s.io/client-go v0.18.5
)
replace github.com/h2non/gock => gopkg.in/h2non/gock.v1 v1.0.14