-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
15 lines (14 loc) · 672 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/cirocosta/dmesg_exporter
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/onsi/ginkgo v1.6.0
github.com/onsi/gomega v1.4.2
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180920065004-418d78d0b9a7 // indirect
golang.org/x/sys v0.0.0-20180920110915-d641721ec2de // indirect
)