File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
github.com/nginxinc/nginx-plus-go-client/client Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/nginxinc/nginx-prometheus-exporter
33go 1.12
44
55require (
6- github.com/nginxinc/nginx-plus-go-client v0.3.1
6+ github.com/nginxinc/nginx-plus-go-client v0.4.0
77 github.com/prometheus/client_golang v0.9.2
88)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
44github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
55github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU =
66github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
7- github.com/nginxinc/nginx-plus-go-client v0.3.1 h1:oj3tG3v5Ei8v8RccCyGurpVE0jrBFp+EX08qIaaVkm4 =
8- github.com/nginxinc/nginx-plus-go-client v0.3.1 /go.mod h1:DBAmdDP71tOhgFPdCMVusegzdKmLVpVL0nVcMX17pbY =
7+ github.com/nginxinc/nginx-plus-go-client v0.4.0 h1:/kBbXz3FXqc0y1d+so9CuXgvnaWNcV6yOcFZ+9EUGjE =
8+ github.com/nginxinc/nginx-plus-go-client v0.4.0 /go.mod h1:DBAmdDP71tOhgFPdCMVusegzdKmLVpVL0nVcMX17pbY =
99github.com/prometheus/client_golang v0.9.2 h1:awm861/B8OKDd2I/6o1dy3ra4BamzKhYOiGItCeZ740 =
1010github.com/prometheus/client_golang v0.9.2 /go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM =
1111github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 h1:idejC8f05m9MGOsuEi1ATq9shN03HrxNkD/luQvxCv8 =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ github.com/beorn7/perks/quantile
44github.com/golang/protobuf/proto
55# github.com/matttproud/golang_protobuf_extensions v1.0.1
66github.com/matttproud/golang_protobuf_extensions/pbutil
7- # github.com/nginxinc/nginx-plus-go-client v0.3.1
7+ # github.com/nginxinc/nginx-plus-go-client v0.4.0
88github.com/nginxinc/nginx-plus-go-client/client
99# github.com/prometheus/client_golang v0.9.2
1010github.com/prometheus/client_golang/prometheus
You can’t perform that action at this time.
0 commit comments