File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: required
33services :
44- docker
55go :
6- - " 1.13 "
6+ - " 1.14 "
77script :
88- echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
99- make test
Original file line number Diff line number Diff line change 1- FROM golang:1.13 as builder
1+ FROM golang:1.14 as builder
22ARG VERSION
33ARG GIT_COMMIT
44WORKDIR /go/src/github.com/nginxinc/nginx-prometheus-exporter
Original file line number Diff line number Diff line change 11module github.com/nginxinc/nginx-prometheus-exporter
22
3- go 1.13
3+ go 1.14
44
55require (
66 github.com/nginxinc/nginx-plus-go-client v0.6.0
Original file line number Diff line number Diff line change @@ -11,14 +11,17 @@ github.com/golang/protobuf/ptypes/timestamp
1111# github.com/matttproud/golang_protobuf_extensions v1.0.1
1212github.com/matttproud/golang_protobuf_extensions/pbutil
1313# github.com/nginxinc/nginx-plus-go-client v0.6.0
14+ ## explicit
1415github.com/nginxinc/nginx-plus-go-client/client
1516# github.com/prometheus/client_golang v1.3.0
17+ ## explicit
1618github.com/prometheus/client_golang/prometheus
1719github.com/prometheus/client_golang/prometheus/internal
1820github.com/prometheus/client_golang/prometheus/promhttp
1921# github.com/prometheus/client_model v0.2.0
2022github.com/prometheus/client_model/go
2123# github.com/prometheus/common v0.9.1
24+ ## explicit
2225github.com/prometheus/common/expfmt
2326github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
2427github.com/prometheus/common/model
@@ -27,4 +30,5 @@ github.com/prometheus/procfs
2730github.com/prometheus/procfs/internal/fs
2831github.com/prometheus/procfs/internal/util
2932# golang.org/x/sys v0.0.0-20200120151820-655fe14d7479
33+ ## explicit
3034golang.org/x/sys/windows
You can’t perform that action at this time.
0 commit comments