Skip to content

Commit 920c3f4

Browse files
committed
Bump Go version 1.13.5 -> 1.15.5 and all dependencies
1 parent a2e6fa0 commit 920c3f4

File tree

443 files changed

+60504
-109657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

443 files changed

+60504
-109657
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.5-stretch
1+
FROM golang:1.15.5-buster
22

33
# Doing mostly what CI is doing here
44
RUN apt-get update && \

go.mod

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
module github.com/cloudflare/ebpf_exporter
22

3+
go 1.15
4+
35
require (
4-
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
5-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
6-
github.com/iovisor/gobpf v0.0.0-20200529092446-49b58e11a4b5
7-
github.com/kr/pretty v0.1.0 // indirect
8-
github.com/prometheus/client_golang v1.2.1
9-
github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect
10-
github.com/prometheus/common v0.7.0
11-
github.com/prometheus/procfs v0.0.8 // indirect
12-
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
6+
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
7+
github.com/iovisor/gobpf v0.0.0-20200614202714-e6b321d32103
8+
github.com/prometheus/client_golang v1.8.0
9+
github.com/prometheus/common v0.15.0
10+
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
11+
google.golang.org/protobuf v1.25.0 // indirect
1312
gopkg.in/alecthomas/kingpin.v2 v2.2.6
14-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
15-
gopkg.in/yaml.v2 v2.2.7
13+
gopkg.in/yaml.v2 v2.3.0
1614
)
17-
18-
go 1.13

go.sum

Lines changed: 338 additions & 19 deletions
Large diffs are not rendered by default.

vendor/github.com/alecthomas/units/go.mod

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/proto/buffer.go

Lines changed: 324 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)