forked from turbinelabs/rotor
-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
57 lines (54 loc) · 2.73 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
module github.com/turbinelabs/rotor
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/armon/go-metrics v0.3.3 // indirect
github.com/aws/aws-sdk-go v1.35.14
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
github.com/donovanhide/eventsource v0.0.0-20171031113327-3ed64d21fb0b // indirect
github.com/envoyproxy/go-control-plane v0.8.3
github.com/envoyproxy/protoc-gen-validate v0.0.6 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/gambol99/go-marathon v0.7.1
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gogo/googleapis v1.1.0
github.com/gogo/protobuf v1.2.1
github.com/golang/mock v1.1.1
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/hashicorp/consul v1.0.7
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/memberlist v0.2.2 // indirect
github.com/hashicorp/serf v0.8.1 // indirect
github.com/honeycombio/libhoney-go v1.12.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.6.0 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/rs/xhandler v0.0.0-20170707052532-1eb70cf1520d // indirect
github.com/rs/xstats v0.0.0-20170813190920-c67367528e16 // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/turbinelabs/api v0.0.0-20181025162322-13fb01976308
github.com/turbinelabs/cache v0.0.0-20181025162340-b1cdcedfeada
github.com/turbinelabs/cli v0.0.0-20181025162358-f808c62dd6bb
github.com/turbinelabs/codec v0.0.0-20181025162415-8640e778a40d
github.com/turbinelabs/idgen v0.0.0-20181025162700-e7e045cafe99
github.com/turbinelabs/nonstdlib v0.0.0-20181025162720-c8a214aafdbb
github.com/turbinelabs/stats v0.0.0-20181025162800-eaffe4d8450f
github.com/turbinelabs/test v0.0.0-20181025162838-f1836c79d8d8
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
google.golang.org/grpc v1.19.1
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
k8s.io/api v0.0.0-20180308224125-73d903622b73
k8s.io/apimachinery v0.0.0-20180228050457-302974c03f7e
k8s.io/client-go v7.0.0+incompatible
)
replace github.com/rs/xstats => github.com/eightnoteight/xstats v0.0.1