-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 760 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/ncabatoff/script-exporter
go 1.12
require (
bosun.org v0.0.0-20161109002104-b585c890132e
github.com/beorn7/perks v0.0.0-20150223135152-b965b613227f // indirect
github.com/golang/protobuf v0.0.0-20160211013955-0dfe8f37844c // indirect
github.com/matttproud/golang_protobuf_extensions v0.0.0-20151011102529-d0c3fe89de86 // indirect
github.com/prometheus/client_golang v0.0.0-20170511141251-42552c195dd3
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335
github.com/prometheus/common v0.0.0-20160917184401-9a94032291f2
github.com/prometheus/procfs v0.0.0-20151029195050-406e5b7bfd82 // indirect
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
)