Skip to content

Commit 7ec67cd

Browse files
committed
Update Go modules
* Set Go minimum version to 1.13 to support `%w` in errors. * Bump all modules to the latest versions. Signed-off-by: SuperQ <[email protected]>
1 parent 0ec6a33 commit 7ec67cd

File tree

2 files changed

+554
-24
lines changed

2 files changed

+554
-24
lines changed

go.mod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
module github.com/prometheus/common
22

33
require (
4-
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
54
github.com/go-kit/log v0.1.0
6-
github.com/golang/protobuf v1.4.2
7-
github.com/jpillora/backoff v1.0.0 // indirect
5+
github.com/golang/protobuf v1.4.3
86
github.com/julienschmidt/httprouter v1.3.0
97
github.com/matttproud/golang_protobuf_extensions v1.0.1
108
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
119
github.com/pkg/errors v0.9.1
12-
github.com/prometheus/client_golang v1.7.1
10+
github.com/prometheus/client_golang v1.10.0
1311
github.com/prometheus/client_model v0.2.0
14-
github.com/sirupsen/logrus v1.6.0
15-
golang.org/x/net v0.0.0-20200625001655-4c5254603344
16-
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
17-
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
12+
github.com/sirupsen/logrus v1.8.1
13+
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
14+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
15+
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
1816
gopkg.in/alecthomas/kingpin.v2 v2.2.6
19-
gopkg.in/yaml.v2 v2.3.0
17+
gopkg.in/yaml.v2 v2.4.0
2018
)
2119

22-
go 1.11
20+
go 1.13

0 commit comments

Comments
 (0)