-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
32 lines (30 loc) · 1.2 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
module github.com/Jimdo/observatory-exporter
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
github.com/aws/aws-sdk-go v1.26.4
github.com/beorn7/perks v1.0.1
github.com/carlpett/stream_exporter v0.3.0
github.com/cespare/xxhash/v2 v2.1.1
github.com/golang/protobuf v1.3.2
github.com/hashicorp/golang-lru v0.5.3
github.com/hpcloud/tail v1.0.0
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/lib/pq v1.2.0
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee
github.com/prometheus/common v0.7.0
github.com/prometheus/procfs v0.0.8
github.com/sirupsen/logrus v1.4.2
github.com/valyala/fasttemplate v1.1.0
golang.org/x/sys v0.0.0-20191218084908-4a24b4065292
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
gopkg.in/yaml.v2 v2.2.7
)