forked from atlassian/gostatsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 1.33 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
module github.com/atlassian/gostatsd
go 1.13
require (
github.com/ash2k/stager v0.0.0-20170622123058-6e9c7b0eacd4
github.com/aws/aws-sdk-go v1.28.13
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/dvyukov/go-fuzz v0.0.0-20191206100749-a378175e205c
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
github.com/githubnemo/CompileDaemon v1.0.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/golang/protobuf v1.3.3
github.com/golangci/golangci-lint v1.23.3
github.com/gorilla/mux v1.7.3
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/json-iterator/go v1.1.9
github.com/jstemmer/go-junit-report v0.9.1
github.com/libp2p/go-reuseport v0.0.1
github.com/magiconair/properties v1.8.1
github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stephens2424/writerset v1.0.2 // indirect
github.com/stretchr/testify v1.4.0
github.com/tilinna/clock v1.0.2
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20200207224406-61798d64f025
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect
)