Skip to content

Commit a15d44b

Browse files
committed
Update github.com/prometheus/prometheus
Signed-off-by: SuperQ <[email protected]>
1 parent e4d01ea commit a15d44b

File tree

2 files changed

+89
-75
lines changed

2 files changed

+89
-75
lines changed

Diff for: go.mod

+16-15
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,37 @@ go 1.21
55
require (
66
github.com/blang/semver v3.5.1+incompatible
77
github.com/go-kit/log v0.2.1
8-
github.com/google/uuid v1.3.0
8+
github.com/google/uuid v1.6.0
99
github.com/kelseyhightower/envconfig v1.4.0
1010
github.com/pkg/errors v0.9.1
1111
github.com/prometheus/client_golang v1.19.1
12-
github.com/prometheus/common v0.48.0
13-
github.com/prometheus/prometheus v0.36.2
12+
github.com/prometheus/common v0.54.0
13+
github.com/prometheus/prometheus v0.47.2
1414
github.com/rakyll/statik v0.1.7
1515
github.com/sahilm/fuzzy v0.1.0
16-
github.com/stretchr/testify v1.8.0
16+
github.com/stretchr/testify v1.9.0
1717
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
1818
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

2121
require (
2222
github.com/beorn7/perks v1.0.1 // indirect
23-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
24-
github.com/davecgh/go-spew v1.1.1 // indirect
23+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
24+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2525
github.com/dennwc/varint v1.0.0 // indirect
26-
github.com/go-logfmt/logfmt v0.5.1 // indirect
27-
github.com/grafana/regexp v0.0.0-20220304095617-2e8d9baf4ac2 // indirect
26+
github.com/go-logfmt/logfmt v0.6.0 // indirect
27+
github.com/gogo/protobuf v1.3.2 // indirect
28+
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
2829
github.com/json-iterator/go v1.1.12 // indirect
2930
github.com/julienschmidt/httprouter v1.3.0 // indirect
30-
github.com/kylelemons/godebug v1.1.0 // indirect
31+
github.com/kr/text v0.2.0 // indirect
3132
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3233
github.com/modern-go/reflect2 v1.0.2 // indirect
33-
github.com/pmezard/go-difflib v1.0.0 // indirect
34-
github.com/prometheus/client_model v0.5.0 // indirect
34+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
35+
github.com/prometheus/client_model v0.6.1 // indirect
3536
github.com/prometheus/procfs v0.12.0 // indirect
36-
go.uber.org/atomic v1.9.0 // indirect
37-
go.uber.org/goleak v1.1.12 // indirect
38-
golang.org/x/sys v0.17.0 // indirect
39-
google.golang.org/protobuf v1.33.0 // indirect
37+
go.uber.org/atomic v1.11.0 // indirect
38+
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
39+
golang.org/x/sys v0.21.0 // indirect
40+
google.golang.org/protobuf v1.34.1 // indirect
4041
)

0 commit comments

Comments
 (0)