File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.16 as base
1
+ FROM golang:1.17 as base
2
2
ARG VERSION
3
3
ARG GIT_COMMIT
4
4
ARG DATE
Original file line number Diff line number Diff line change 1
1
module github.com/nginxinc/nginx-prometheus-exporter
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/nginxinc/nginx-plus-go-client v0.8.0
7
7
github.com/prometheus/client_golang v1.11.0
8
8
github.com/prometheus/common v0.30.0
9
9
)
10
+
11
+ require (
12
+ github.com/beorn7/perks v1.0.1 // indirect
13
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
14
+ github.com/golang/protobuf v1.4.3 // indirect
15
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
16
+ github.com/prometheus/client_model v0.2.0 // indirect
17
+ github.com/prometheus/procfs v0.6.0 // indirect
18
+ golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
19
+ google.golang.org/protobuf v1.26.0-rc.1 // indirect
20
+ )
You can’t perform that action at this time.
0 commit comments