-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
119 lines (116 loc) · 6.96 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
module github.com/tietang/zebra
go 1.13
//被墙的原因,替换golang.org源为github.com源
replace (
cloud.google.com/go => github.com/googleapis/google-cloud-go v0.37.2
golang.org/x/build => github.com/golang/build v0.0.0-20190327004547-5a2224f3eb52
golang.org/x/crypto => github.com/golang/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/exp => github.com/golang/exp v0.0.0-20190321205749-f0864edee7f3
golang.org/x/image => github.com/golang/image v0.0.0-20190321063152-3fc05d484e9f
golang.org/x/lint => github.com/golang/lint v0.0.0-20190313153728-d0100b6bd8b3
golang.org/x/mobile => github.com/golang/mobile v0.0.0-20190319155245-9487ef54b94a
golang.org/x/net => github.com/golang/net v0.0.0-20190327025741-74e053c68e29
golang.org/x/oauth2 => github.com/golang/oauth2 v0.0.0-20190319182350-c85d3e98c914
golang.org/x/perf => github.com/golang/perf v0.0.0-20190312170614-0655857e383f
golang.org/x/sync => github.com/golang/sync v0.0.0-20190227155943-e225da77a7e6
golang.org/x/sys => github.com/golang/sys v0.0.0-20190322080309-f49334f85ddc
golang.org/x/text => github.com/golang/text v0.3.0
golang.org/x/time => github.com/golang/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools => github.com/golang/tools v0.0.0-20190327011446-79af862e6737
google.golang.org/api => github.com/googleapis/google-api-go-client v0.3.0
google.golang.org/appengine => github.com/golang/appengine v1.5.0
google.golang.org/genproto => github.com/google/go-genproto v0.0.0-20190321212433-e79c0c59cdb5
google.golang.org/grpc => github.com/grpc/grpc-go v1.19.1
)
require (
github.com/ArthurHlt/gominlog v0.0.0-20170402142412-72eebf980f46 // indirect
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e // indirect
github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fatih/color v1.4.1 // indirect
github.com/fukata/golang-stats-api-handler v1.0.0
github.com/gavv/monotime v0.0.0-20171021193802-6f8212e8d10d // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v0.0.0-20170702092826-d459835d2b07
github.com/go-ini/ini v1.37.0
github.com/go-martini/martini v0.0.0-20140519164645-49411a5b6468
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/xorm v0.7.9
github.com/google/btree v1.0.0 // indirect
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f // indirect
github.com/hashicorp/consul v1.2.0
github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/memberlist v0.1.3 // indirect
github.com/hashicorp/serf v0.0.0-20180504200640-4b67f2c2b2bb // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/influxdata/influxdb v1.6.0 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.0.1
github.com/kataras/survey v1.3.4 // indirect
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5 // indirect
github.com/lafikl/consistent v0.0.0-20171026144656-ea75672e5603
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/mattn/go-colorable v0.0.0-20170210172801-5411d3eea597
github.com/mattn/go-isatty v0.0.0-20170307163044-57fdcb988a5c // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/rifflock/lfshook v0.0.0-20180227222202-bf539943797a
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shirou/gopsutil v0.0.0-20180625081143-4a180b209f5f
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/smartystreets/assertions v0.0.0-20180301161246-7678a5452ebe // indirect
github.com/smartystreets/goconvey v0.0.0-20170602164621-9e8dc3f972df
github.com/smartystreets/gunit v0.0.0-20180314194857-6f0d6275bdcd // indirect
github.com/tebeka/strftime v0.0.0-20140926081919-3f9c7761e312 // indirect
github.com/thoas/stats v0.0.0-20170926101542-37829025d224
github.com/tietang/assert v0.0.0-20160910015056-6961f642d923
github.com/tietang/go-eureka-client v0.0.0-20171116042000-3f12f7db4199
github.com/tietang/go-utils v0.0.0-20180420232328-76758c2288ca
github.com/tietang/godaemon v0.0.0-20160320101618-2d183393d9ee
github.com/tietang/hystrix-go v0.0.0-20170922014527-a984df1911a5
github.com/tietang/props v2.2.0+incompatible
github.com/tietang/stats v0.0.0-20171114031414-9f32ebcae985
github.com/ugorji/go v0.0.0-20170215201144-c88ee250d022 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
github.com/vrischmann/go-metrics-influxdb v0.0.0-20160917065939-43af8332c303
github.com/x-cray/logrus-prefixed-formatter v0.5.2
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.1.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gopkg.in/AlecAivazis/survey.v1 v1.5.3 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.1 // indirect
gopkg.in/ini.v1 v1.37.0
gopkg.in/russross/blackfriday.v2 v2.0.0-20180526075726-670777b536d3 // indirect
gopkg.in/square/go-jose.v2 v2.1.6
k8s.io/api v0.0.0-20180308224125-73d903622b73 // indirect
k8s.io/apimachinery v0.0.0-20180707232508-bce280dade67
k8s.io/client-go v7.0.0+incompatible
)