This repository was archived by the owner on Jan 19, 2024. It is now read-only.
Commit 08f0d8f 1 parent 0d4da6d commit 08f0d8f Copy full SHA for 08f0d8f
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/mitchellh/mapstructure v1.5.0
15
15
github.com/prometheus/alertmanager v0.24.0
16
16
github.com/prometheus/client_golang v1.12.2
17
- github.com/prometheus/common v0.32.1 // pin to v0.32.1; must be the same as alertmanager
17
+ github.com/prometheus/common v0.37.0 // pin to v0.32.1; must be the same as alertmanager
18
18
github.com/stretchr/testify v1.8.0
19
19
gopkg.in/yaml.v2 v2.4.0
20
20
k8s.io/api v0.24.2
@@ -70,7 +70,7 @@ require (
70
70
go.uber.org/multierr v1.6.0 // indirect
71
71
go.uber.org/zap v1.19.0 // indirect
72
72
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
73
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
73
+ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
74
74
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
75
75
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
76
76
golang.org/x/text v0.3.7 // indirect
Original file line number Diff line number Diff line change @@ -444,6 +444,8 @@ github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9
444
444
github.com/prometheus/common v0.29.0 /go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls =
445
445
github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4 =
446
446
github.com/prometheus/common v0.32.1 /go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls =
447
+ github.com/prometheus/common v0.37.0 h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE =
448
+ github.com/prometheus/common v0.37.0 /go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA =
447
449
github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4 =
448
450
github.com/prometheus/common/sigv4 v0.1.0 /go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI =
449
451
github.com/prometheus/exporter-toolkit v0.7.1 /go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g =
@@ -663,6 +665,8 @@ golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ
663
665
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
664
666
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 h1:RerP+noqYHUQ8CMRcPlC2nvTa4dcBIjegkuWdcUDuqg =
665
667
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
668
+ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b h1:clP8eMhB30EHdc0bd2Twtq6kgU7yl5ub2cQLSdrv1Dg =
669
+ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b /go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc =
666
670
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
667
671
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
668
672
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments