1
1
module github.com/pingcap/monitoring
2
2
3
- go 1.23
3
+ go 1.23.2
4
4
5
5
require (
6
6
github.com/fsnotify/fsnotify v1.7.0
@@ -10,95 +10,97 @@ require (
10
10
github.com/google/go-querystring v1.1.0
11
11
github.com/hashicorp/go-version v1.7.0
12
12
github.com/pkg/errors v0.9.1
13
- github.com/prometheus/common v0.4.1
14
- github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d
13
+ github.com/prometheus/common v0.55.0
14
+ github.com/prometheus/prometheus v0.54.1
15
15
github.com/rakyll/statik v0.1.7
16
16
github.com/spf13/cobra v1.8.1
17
17
github.com/tidwall/gjson v1.18.0
18
18
github.com/tidwall/sjson v1.2.5
19
19
github.com/youthlin/stream v0.0.3
20
20
golang.org/x/oauth2 v0.23.0
21
21
gopkg.in/yaml.v2 v2.4.0
22
- k8s.io/client-go v12.0.0+incompatible
22
+ k8s.io/client-go v0.29.3
23
23
)
24
24
25
25
require (
26
26
dario.cat/mergo v1.0.0 // indirect
27
27
github.com/Microsoft/go-winio v0.6.1 // indirect
28
28
github.com/ProtonMail/go-crypto v1.0.0 // indirect
29
- github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
30
- github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
31
- github.com/beorn7/perks v1.0.0 // indirect
29
+ github.com/beorn7/perks v1.0.1 // indirect
32
30
github.com/bytedance/sonic v1.11.6 // indirect
33
31
github.com/bytedance/sonic/loader v0.1.1 // indirect
34
- github.com/cespare/xxhash v1.1 .0 // indirect
32
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
35
33
github.com/cloudflare/circl v1.3.7 // indirect
36
34
github.com/cloudwego/base64x v0.1.4 // indirect
37
35
github.com/cloudwego/iasm v0.2.0 // indirect
38
36
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
39
- github.com/davecgh/go-spew v1.1.1 // indirect
37
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
+ github.com/dennwc/varint v1.0.0 // indirect
39
+ github.com/edsrzf/mmap-go v1.1.0 // indirect
40
40
github.com/emirpasic/gods v1.18.1 // indirect
41
+ github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
41
42
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
42
43
github.com/gin-contrib/sse v0.1.0 // indirect
43
44
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
44
45
github.com/go-git/go-billy/v5 v5.5.0 // indirect
45
- github.com/go-kit/kit v0.9.0 // indirect
46
- github.com/go-logfmt/logfmt v0.4.0 // indirect
46
+ github.com/go-kit/log v0.2.1 // indirect
47
+ github.com/go-logfmt/logfmt v0.6.0 // indirect
48
+ github.com/go-logr/logr v1.4.2 // indirect
49
+ github.com/go-logr/stdr v1.2.2 // indirect
47
50
github.com/go-playground/locales v0.14.1 // indirect
48
51
github.com/go-playground/universal-translator v0.18.1 // indirect
49
52
github.com/go-playground/validator/v10 v10.20.0 // indirect
50
53
github.com/goccy/go-json v0.10.2 // indirect
51
- github.com/gogo/protobuf v1.2.1 // indirect
54
+ github.com/gogo/protobuf v1.3.2 // indirect
52
55
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
53
- github.com/golang/protobuf v1.5.0 // indirect
54
- github.com/golang/snappy v0.0.1 // indirect
55
- github.com/google/gofuzz v1.0.0 // indirect
56
+ github.com/google/gofuzz v1.2.0 // indirect
57
+ github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
56
58
github.com/inconshreveable/mousetrap v1.1.0 // indirect
57
59
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
58
60
github.com/json-iterator/go v1.1.12 // indirect
59
61
github.com/kevinburke/ssh_config v1.2.0 // indirect
60
62
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
61
- github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
62
63
github.com/leodido/go-urn v1.4.0 // indirect
63
64
github.com/mattn/go-isatty v0.0.20 // indirect
64
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
65
65
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
66
66
github.com/modern-go/reflect2 v1.0.2 // indirect
67
- github.com/oklog/ulid v1.3.1 // indirect
68
- github.com/opentracing/opentracing-go v1.1.0 // indirect
67
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
69
68
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
70
69
github.com/pjbgf/sha1cd v0.3.0 // indirect
71
- github.com/prometheus/client_golang v1.0.0 // indirect
72
- github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
73
- github.com/prometheus/procfs v0.0.2 // indirect
74
- github.com/prometheus/tsdb v0.9.1 // indirect
70
+ github.com/prometheus/client_golang v1.19.1 // indirect
71
+ github.com/prometheus/client_model v0.6.1 // indirect
72
+ github.com/prometheus/procfs v0.15.1 // indirect
73
+ github.com/rogpeppe/go-internal v1.12.0 // indirect
75
74
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
76
- github.com/sirupsen/logrus v1.9.0 // indirect
77
75
github.com/skeema/knownhosts v1.2.2 // indirect
78
76
github.com/spf13/pflag v1.0.5 // indirect
79
77
github.com/tidwall/match v1.1.1 // indirect
80
78
github.com/tidwall/pretty v1.2.0 // indirect
81
79
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
82
80
github.com/ugorji/go/codec v1.2.12 // indirect
83
81
github.com/xanzy/ssh-agent v0.3.3 // indirect
82
+ go.opentelemetry.io/otel v1.28.0 // indirect
83
+ go.opentelemetry.io/otel/metric v1.28.0 // indirect
84
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
85
+ go.uber.org/atomic v1.11.0 // indirect
84
86
golang.org/x/arch v0.8.0 // indirect
85
- golang.org/x/crypto v0.23.0 // indirect
86
- golang.org/x/mod v0.12.0 // indirect
87
- golang.org/x/net v0.25.0 // indirect
88
- golang.org/x/sync v0.3.0 // indirect
89
- golang.org/x/sys v0.20.0 // indirect
90
- golang.org/x/term v0.20.0 // indirect
91
- golang.org/x/text v0.15.0 // indirect
92
- golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
93
- golang.org/x/tools v0.13.0 // indirect
94
- google.golang.org/protobuf v1.34.1 // indirect
95
- gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
87
+ golang.org/x/crypto v0.25.0 // indirect
88
+ golang.org/x/mod v0.19.0 // indirect
89
+ golang.org/x/net v0.27.0 // indirect
90
+ golang.org/x/sync v0.7.0 // indirect
91
+ golang.org/x/sys v0.22.0 // indirect
92
+ golang.org/x/term v0.22.0 // indirect
93
+ golang.org/x/text v0.16.0 // indirect
94
+ golang.org/x/time v0.5.0 // indirect
95
+ golang.org/x/tools v0.23.0 // indirect
96
+ google.golang.org/protobuf v1.34.2 // indirect
96
97
gopkg.in/inf.v0 v0.9.1 // indirect
97
98
gopkg.in/warnings.v0 v0.1.2 // indirect
98
99
gopkg.in/yaml.v3 v3.0.1 // indirect
99
- k8s.io/api v0.0.0-20190720062849-3043179095b6 // indirect
100
- k8s.io/apimachinery v0.0.0-20190719140911-bfcf53abc9f8 // indirect
101
- k8s.io/klog v0.3.1 // indirect
102
- k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
103
- sigs.k8s.io/yaml v1.1.0 // indirect
100
+ k8s.io/apimachinery v0.29.3 // indirect
101
+ k8s.io/klog/v2 v2.130.1 // indirect
102
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
103
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
104
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
105
+ sigs.k8s.io/yaml v1.3.0 // indirect
104
106
)
0 commit comments