forked from prometheus/pushgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
17 lines (16 loc) · 769 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/prometheus/pushgateway
require (
github.com/golang/protobuf v1.3.1
github.com/julienschmidt/httprouter v1.2.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/prometheus/common v0.4.1
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/sirupsen/logrus v1.4.1 // indirect
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
golang.org/x/tools v0.0.0-20190509153222-73554e0f7805 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)