@@ -6,13 +6,7 @@ require (
6
6
github.com/ajg/form v1.5.1 // indirect
7
7
github.com/beorn7/perks v1.0.1 // indirect
8
8
github.com/bouk/httprouter v0.0.0-20160817010721-ee8b3818a7f5
9
- github.com/coreos/bbolt v1.3.3 // indirect
10
- github.com/coreos/etcd v3.3.22+incompatible
11
- github.com/coreos/go-semver v0.3.0 // indirect
12
- github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
13
- github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
14
9
github.com/dgrijalva/jwt-go v3.2.0+incompatible
15
- github.com/dustin/go-humanize v1.0.0 // indirect
16
10
github.com/elazarl/go-bindata-assetfs v1.0.0
17
11
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
18
12
github.com/fatih/structs v1.1.0 // indirect
@@ -26,16 +20,13 @@ require (
26
20
github.com/google/uuid v1.1.1
27
21
github.com/gorilla/websocket v1.4.2
28
22
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
29
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
30
23
github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect
31
24
github.com/imkira/go-interpol v1.1.0 // indirect
32
25
github.com/influxdata/flux v0.65.0
33
26
github.com/influxdata/influxdb v1.1.5
34
27
github.com/influxdata/kapacitor v1.5.3
35
28
github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368
36
29
github.com/jessevdk/go-flags v1.4.0
37
- github.com/jonboulle/clockwork v0.1.0 // indirect
38
- github.com/json-iterator/go v1.1.7 // indirect
39
30
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
40
31
github.com/lestrrat-go/jwx v0.9.0
41
32
github.com/mattn/go-colorable v0.1.6 // indirect
@@ -46,23 +37,21 @@ require (
46
37
github.com/sergi/go-diff v1.1.0
47
38
github.com/sirupsen/logrus v1.6.0
48
39
github.com/smartystreets/goconvey v1.6.4 // indirect
49
- github.com/soheilhy/cmux v0.1.4 // indirect
50
40
github.com/stretchr/testify v1.4.0
51
41
github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966 // indirect
52
42
github.com/valyala/fasthttp v1.15.1 // indirect
53
43
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
54
- github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
55
44
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
56
45
github.com/yudai/gojsondiff v1.0.0 // indirect
57
46
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
58
47
github.com/yudai/pp v2.0.1+incompatible // indirect
59
48
go.etcd.io/bbolt v1.3.5
49
+ go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b
60
50
go.uber.org/multierr v1.5.0 // indirect
61
51
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
62
52
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
63
53
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
64
54
google.golang.org/api v0.15.0
65
- sigs.k8s.io/yaml v1.1.0 // indirect
66
55
)
67
56
68
57
replace github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0
0 commit comments