-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
22 lines (20 loc) · 726 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/blind-oracle/nginx-prometheus
go 1.15
require (
github.com/armon/go-radix v1.0.0
github.com/beorn7/perks v1.0.1
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.4.2
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/oschwald/geoip2-golang v1.4.0
github.com/oschwald/maxminddb-golang v1.7.0
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.13.0
github.com/prometheus/procfs v0.1.3
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200915084602-288bc346aa39
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
)