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 1
1
module github.com/prometheus/common
2
2
3
3
require (
4
- github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
5
4
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
8
6
github.com/julienschmidt/httprouter v1.3.0
9
7
github.com/matttproud/golang_protobuf_extensions v1.0.1
10
8
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
11
9
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
13
11
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
18
16
gopkg.in/alecthomas/kingpin.v2 v2.2.6
19
- gopkg.in/yaml.v2 v2.3 .0
17
+ gopkg.in/yaml.v2 v2.4 .0
20
18
)
21
19
22
- go 1.11
20
+ go 1.13
You can’t perform that action at this time.
0 commit comments