1
1
module github.com/monitoring-mixins/mixtool
2
2
3
- go 1.22.4
4
-
5
- toolchain go1.22.6
3
+ go 1.24.0
6
4
7
5
require (
8
6
github.com/fatih/color v1.18.0
@@ -11,9 +9,10 @@ require (
11
9
)
12
10
13
11
require (
12
+ dario.cat/mergo v1.0.1 // indirect
14
13
github.com/Masterminds/goutils v1.1.1 // indirect
15
- github.com/Masterminds/semver/v3 v3.2 .0 // indirect
16
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
14
+ github.com/Masterminds/semver/v3 v3.3 .0 // indirect
15
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
17
16
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
18
17
github.com/armon/go-metrics v0.4.1 // indirect
19
18
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect
@@ -27,7 +26,7 @@ require (
27
26
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
28
27
github.com/felixge/httpsnoop v1.0.4 // indirect
29
28
github.com/fsnotify/fsnotify v1.7.0 // indirect
30
- github.com/go-logr/logr v1.4.2 // indirect
29
+ github.com/go-logr/logr v1.4.3 // indirect
31
30
github.com/go-logr/stdr v1.2.2 // indirect
32
31
github.com/go-redis/redis/v8 v8.11.5 // indirect
33
32
github.com/gobuffalo/logger v1.0.7 // indirect
@@ -59,8 +58,7 @@ require (
59
58
github.com/hashicorp/golang-lru v0.6.0 // indirect
60
59
github.com/hashicorp/memberlist v0.5.0 // indirect
61
60
github.com/hashicorp/serf v0.10.1 // indirect
62
- github.com/huandu/xstrings v1.3.3 // indirect
63
- github.com/imdario/mergo v0.3.16 // indirect
61
+ github.com/huandu/xstrings v1.5.0 // indirect
64
62
github.com/jpillora/backoff v1.0.0 // indirect
65
63
github.com/json-iterator/go v1.1.12 // indirect
66
64
github.com/karrick/godirwalk v1.17.0 // indirect
@@ -84,11 +82,11 @@ require (
84
82
github.com/opentracing/opentracing-go v1.2.0 // indirect
85
83
github.com/pires/go-proxyproto v0.7.0 // indirect
86
84
github.com/prometheus/exporter-toolkit v0.11.0 // indirect
87
- github.com/rs/zerolog v1.33 .0 // indirect
85
+ github.com/rs/zerolog v1.34 .0 // indirect
88
86
github.com/russross/blackfriday/v2 v2.1.0 // indirect
89
87
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
90
88
github.com/sercand/kuberesolver/v5 v5.1.1 // indirect
91
- github.com/shopspring/decimal v1.3.1 // indirect
89
+ github.com/shopspring/decimal v1.4.0 // indirect
92
90
github.com/sirupsen/logrus v1.9.3 // indirect
93
91
github.com/sony/gobreaker v0.5.0 // indirect
94
92
github.com/stretchr/objx v0.5.2 // indirect
@@ -97,26 +95,28 @@ require (
97
95
go.etcd.io/etcd/api/v3 v3.5.12 // indirect
98
96
go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
99
97
go.etcd.io/etcd/client/v3 v3.5.12 // indirect
98
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
100
99
go.opentelemetry.io/collector/pdata v1.12.0 // indirect
101
- go.opentelemetry.io/otel v1.28 .0 // indirect
102
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
103
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
100
+ go.opentelemetry.io/otel v1.37 .0 // indirect
101
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
102
+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
104
103
go.uber.org/multierr v1.11.0 // indirect
105
104
go.uber.org/zap v1.21.0 // indirect
105
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
106
106
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
107
- golang.org/x/crypto v0.26 .0 // indirect
107
+ golang.org/x/crypto v0.40 .0 // indirect
108
108
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
109
- golang.org/x/mod v0.19 .0 // indirect
110
- golang.org/x/net v0.28 .0 // indirect
111
- golang.org/x/oauth2 v0.22 .0 // indirect
112
- golang.org/x/sync v0.8 .0 // indirect
113
- golang.org/x/term v0.23 .0 // indirect
109
+ golang.org/x/mod v0.26 .0 // indirect
110
+ golang.org/x/net v0.42 .0 // indirect
111
+ golang.org/x/oauth2 v0.28 .0 // indirect
112
+ golang.org/x/sync v0.16 .0 // indirect
113
+ golang.org/x/term v0.34 .0 // indirect
114
114
golang.org/x/time v0.6.0 // indirect
115
- golang.org/x/tools v0.23 .0 // indirect
116
- google.golang.org/genproto/googleapis/api v0.0.0-20240820151423-278611b39280 // indirect
117
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 // indirect
118
- google.golang.org/grpc v1.65 .0 // indirect
119
- sigs.k8s.io/yaml v1.4 .0 // indirect
115
+ golang.org/x/tools v0.35 .0 // indirect
116
+ google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
117
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
118
+ google.golang.org/grpc v1.73 .0 // indirect
119
+ sigs.k8s.io/yaml v1.6 .0 // indirect
120
120
)
121
121
122
122
require (
@@ -128,21 +128,21 @@ require (
128
128
github.com/go-kit/log v0.2.1 // indirect
129
129
github.com/go-logfmt/logfmt v0.6.0 // indirect
130
130
github.com/gobuffalo/packr/v2 v2.8.3
131
- github.com/google/go-jsonnet v0.20 .0
132
- github.com/grafana/tanka v0.28.0
131
+ github.com/google/go-jsonnet v0.21 .0
132
+ github.com/grafana/tanka v0.34.1
133
133
github.com/jsonnet-bundler/jsonnet-bundler v0.6.0
134
134
github.com/pkg/errors v0.9.1
135
135
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
136
136
github.com/prometheus/client_golang v1.19.1 // indirect
137
137
github.com/prometheus/client_model v0.6.1 // indirect
138
138
github.com/prometheus/common v0.55.0 // indirect
139
139
github.com/prometheus/procfs v0.15.1 // indirect
140
- github.com/spf13/cast v1.6 .0 // indirect
141
- github.com/stretchr/testify v1.10.0
140
+ github.com/spf13/cast v1.7 .0 // indirect
141
+ github.com/stretchr/testify v1.11.1
142
142
go.uber.org/atomic v1.11.0 // indirect
143
- golang.org/x/sys v0.25 .0 // indirect
144
- golang.org/x/text v0.19 .0 // indirect
145
- google.golang.org/protobuf v1.34.2 // indirect
143
+ golang.org/x/sys v0.35 .0 // indirect
144
+ golang.org/x/text v0.28 .0 // indirect
145
+ google.golang.org/protobuf v1.36.6 // indirect
146
146
gopkg.in/yaml.v2 v2.4.0 // indirect
147
147
gopkg.in/yaml.v3 v3.0.1 // indirect
148
148
)
0 commit comments