File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ require (
1010 github.com/itchyny/gojq v0.12.6
1111 github.com/jaypipes/envutil v1.0.0
1212 github.com/pkg/errors v0.9.1
13- github.com/prometheus/client_golang v1.11.0
13+ github.com/prometheus/client_golang v1.11.1
14+ github.com/samber/lo v1.37.0
1415 github.com/spf13/pflag v1.0.5
1516 github.com/stretchr/testify v1.7.0
1617 go.uber.org/zap v1.19.1
@@ -44,7 +45,6 @@ require (
4445 github.com/prometheus/client_model v0.2.0 // indirect
4546 github.com/prometheus/common v0.28.0 // indirect
4647 github.com/prometheus/procfs v0.6.0 // indirect
47- github.com/samber/lo v1.37.0 // indirect
4848 github.com/stretchr/objx v0.1.1 // indirect
4949 go.uber.org/atomic v1.7.0 // indirect
5050 go.uber.org/multierr v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -385,8 +385,9 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
385385github.com/prometheus/client_golang v0.9.3 /go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso =
386386github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
387387github.com/prometheus/client_golang v1.7.1 /go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M =
388- github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ =
389388github.com/prometheus/client_golang v1.11.0 /go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0 =
389+ github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s =
390+ github.com/prometheus/client_golang v1.11.1 /go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0 =
390391github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
391392github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
392393github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
You can’t perform that action at this time.
0 commit comments