File tree Expand file tree Collapse file tree 2 files changed +554
-24
lines changed Expand file tree Collapse file tree 2 files changed +554
-24
lines changed Original file line number Diff line number Diff line change 11module github.com/prometheus/common
22
33require (
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
You can’t perform that action at this time.
0 commit comments