forked from xmidt-org/webpa-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (50 loc) · 2.54 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
module github.com/xmidt-org/webpa-common
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/GaryBoone/GoStats v0.0.0-20130122001700-1993eafbef57 // indirect
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.8.12
github.com/billhathaway/consistentHash v0.0.0-20140718022140-addea16d2229
github.com/c9s/goprocinfo v0.0.0-20151025191153-19cb9f127a9c
github.com/cenk/backoff v2.0.0+incompatible // indirect
github.com/davecgh/go-spew v1.1.1
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/go-ini/ini v1.36.1-0.20180420150025-bda519ae5f4c // indirect
github.com/go-kit/kit v0.8.0
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.1
github.com/gorilla/schema v1.0.3-0.20180614150749-e0e4b92809ac
github.com/gorilla/websocket v1.2.0
github.com/hashicorp/consul v1.4.2
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/hashicorp/serf v0.8.2-0.20180907130240-48d579458173 // indirect
github.com/influxdata/influxdb v1.5.1-0.20180921190457-8d679cf0c36e // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/jtacoma/uritemplates v1.0.0
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/miekg/dns v1.0.14
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
github.com/pkg/errors v0.8.1-0.20181008045315-2233dee583dc // indirect
github.com/prometheus/client_golang v0.9.2
github.com/rubyist/circuitbreaker v2.2.0+incompatible
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/spaolacci/murmur3 v0.0.0-20150829172844-0d12bf811670 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.3.0
github.com/ugorji/go/codec v1.1.7
github.com/xmidt-org/bascule v0.5.0
github.com/xmidt-org/wrp-go v1.3.3
gopkg.in/ini.v1 v1.46.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
)