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
3
3
services :
4
4
- docker
5
5
go :
6
- - " 1.13 "
6
+ - " 1.14 "
7
7
script :
8
8
- echo "Nginx Prometheus Exporter - commit:${TRAVIS_COMMIT}"
9
9
- 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
2
2
ARG VERSION
3
3
ARG GIT_COMMIT
4
4
WORKDIR /go/src/github.com/nginxinc/nginx-prometheus-exporter
Original file line number Diff line number Diff line change 1
1
module github.com/nginxinc/nginx-prometheus-exporter
2
2
3
- go 1.13
3
+ go 1.14
4
4
5
5
require (
6
6
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
11
11
# github.com/matttproud/golang_protobuf_extensions v1.0.1
12
12
github.com/matttproud/golang_protobuf_extensions/pbutil
13
13
# github.com/nginxinc/nginx-plus-go-client v0.6.0
14
+ ## explicit
14
15
github.com/nginxinc/nginx-plus-go-client/client
15
16
# github.com/prometheus/client_golang v1.3.0
17
+ ## explicit
16
18
github.com/prometheus/client_golang/prometheus
17
19
github.com/prometheus/client_golang/prometheus/internal
18
20
github.com/prometheus/client_golang/prometheus/promhttp
19
21
# github.com/prometheus/client_model v0.2.0
20
22
github.com/prometheus/client_model/go
21
23
# github.com/prometheus/common v0.9.1
24
+ ## explicit
22
25
github.com/prometheus/common/expfmt
23
26
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
24
27
github.com/prometheus/common/model
@@ -27,4 +30,5 @@ github.com/prometheus/procfs
27
30
github.com/prometheus/procfs/internal/fs
28
31
github.com/prometheus/procfs/internal/util
29
32
# golang.org/x/sys v0.0.0-20200120151820-655fe14d7479
33
+ ## explicit
30
34
golang.org/x/sys/windows
You can’t perform that action at this time.
0 commit comments