File tree Expand file tree Collapse file tree 4 files changed +91
-7
lines changed
github.com/nginxinc/nginx-plus-go-client/client Expand file tree Collapse file tree 4 files changed +91
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/nginxinc/nginx-prometheus-exporter
3
3
go 1.12
4
4
5
5
require (
6
- github.com/nginxinc/nginx-plus-go-client v0.4 .0
6
+ github.com/nginxinc/nginx-plus-go-client v0.5 .0
7
7
github.com/prometheus/client_golang v0.9.2
8
8
)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
4
4
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
5
5
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU =
6
6
github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
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 =
7
+ github.com/nginxinc/nginx-plus-go-client v0.5 .0 h1:85rvBh6wEC4ob5EtnRifWaRIStn2nYSAf5qGS0hNsnw =
8
+ github.com/nginxinc/nginx-plus-go-client v0.5 .0 /go.mod h1:DBAmdDP71tOhgFPdCMVusegzdKmLVpVL0nVcMX17pbY =
9
9
github.com/prometheus/client_golang v0.9.2 h1:awm861/B8OKDd2I/6o1dy3ra4BamzKhYOiGItCeZ740 =
10
10
github.com/prometheus/client_golang v0.9.2 /go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM =
11
11
github.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
4
4
github.com/golang/protobuf/proto
5
5
# github.com/matttproud/golang_protobuf_extensions v1.0.1
6
6
github.com/matttproud/golang_protobuf_extensions/pbutil
7
- # github.com/nginxinc/nginx-plus-go-client v0.4 .0
7
+ # github.com/nginxinc/nginx-plus-go-client v0.5 .0
8
8
github.com/nginxinc/nginx-plus-go-client/client
9
9
# github.com/prometheus/client_golang v0.9.2
10
10
github.com/prometheus/client_golang/prometheus
You can’t perform that action at this time.
0 commit comments