forked from minus5/svckit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
60 lines (58 loc) · 2.62 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
module github.com/minus5/svckit
go 1.13
require (
github.com/Unix4ever/statsd v0.0.0-20160120230120-a8219f1fb9d8 // indirect
github.com/aws/aws-sdk-go v1.43.2
github.com/cactus/go-statsd-client/statsd v0.0.0-20190302225832-f5dd73501f04 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.7.0
github.com/fatih/structtag v1.0.0
github.com/fsnotify/fsnotify v1.4.7
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/gobwas/httphead v0.1.0
github.com/gobwas/ws v1.1.0
github.com/google/btree v1.0.0 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/consul v1.4.4
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/serf v0.8.2 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/miekg/dns v1.1.6 // indirect
github.com/minus5/go-simplejson v0.5.1-0.20190518182223-8af509724a86
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/nranchev/go-libGeoIP v0.0.0-20170629073846-d6d4a9a4c7e8
github.com/nsqio/go-nsq v1.0.7
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/oschwald/geoip2-golang v1.7.0
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
github.com/pkg/errors v0.9.1
github.com/quipo/statsd v0.0.0-20180118161217-3d6a5565f314 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sergi/go-diff v1.0.0 // indirect
github.com/smira/go-statsd v1.2.1
github.com/stretchr/testify v1.7.1
github.com/urfave/negroni v1.0.0
github.com/xdg/stringprep v1.0.0 // indirect
github.com/yudai/gojsondiff v1.0.0
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
go.mongodb.org/mongo-driver v1.3.2
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
gopkg.in/yaml.v2 v2.2.8
)