1
1
module main
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
- toolchain go1.23.5
5
+ toolchain go1.24.0
6
6
7
7
require (
8
8
github.com/aws/aws-lambda-go v1.47.0
@@ -13,19 +13,20 @@ require (
13
13
github.com/gogo/protobuf v1.3.2
14
14
github.com/golang/snappy v0.0.4
15
15
github.com/grafana/dskit v0.0.0-20241007172036-53283a0f6b41
16
- github.com/grafana/loki/v3 v3.3.2
16
+ github.com/grafana/loki/v3 v3.4.0
17
17
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
18
18
github.com/prometheus/common v0.61.0
19
19
github.com/prometheus/prometheus v1.8.2-0.20200727090838-6f296594a852
20
20
github.com/stretchr/testify v1.10.0
21
21
)
22
22
23
23
require (
24
+ dario.cat/mergo v1.0.1 // indirect
24
25
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
25
26
github.com/Masterminds/goutils v1.1.1 // indirect
26
- github.com/Masterminds/semver/v3 v3.2.0 // indirect
27
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
28
- github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
27
+ github.com/Masterminds/semver/v3 v3.3.1 // indirect
28
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
29
+ github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
29
30
github.com/armon/go-metrics v0.4.1 // indirect
30
31
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
31
32
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
@@ -44,23 +45,22 @@ require (
44
45
github.com/aws/smithy-go v1.22.2 // indirect
45
46
github.com/beorn7/perks v1.0.1 // indirect
46
47
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect
47
- github.com/cespare/xxhash v1.1.0 // indirect
48
48
github.com/cespare/xxhash/v2 v2.3.0 // indirect
49
- github.com/coreos/go-semver v0.3.0 // indirect
49
+ github.com/coreos/go-semver v0.3.1 // indirect
50
50
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
51
51
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
52
52
github.com/dennwc/varint v1.0.0 // indirect
53
53
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
54
54
github.com/dustin/go-humanize v1.0.1 // indirect
55
55
github.com/edsrzf/mmap-go v1.1.0 // indirect
56
56
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
57
- github.com/fatih/color v1.16 .0 // indirect
57
+ github.com/fatih/color v1.18 .0 // indirect
58
58
github.com/felixge/httpsnoop v1.0.4 // indirect
59
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
59
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
60
60
github.com/go-logfmt/logfmt v0.6.0 // indirect
61
61
github.com/go-logr/logr v1.4.2 // indirect
62
62
github.com/go-logr/stdr v1.2.2 // indirect
63
- github.com/go-redis/redis/v8 v8.11.5 // indirect
63
+ github.com/go-redsync/redsync/v4 v4.13.0 // indirect
64
64
github.com/gogo/googleapis v1.4.1 // indirect
65
65
github.com/gogo/status v1.1.1 // indirect
66
66
github.com/golang/protobuf v1.5.4 // indirect
@@ -71,77 +71,80 @@ require (
71
71
github.com/grafana/jsonparser v0.0.0-20241004153430-023329977675 // indirect
72
72
github.com/grafana/loki/pkg/push v0.0.0-20240924133635-758364c7775f // indirect
73
73
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
74
- github.com/hashicorp/consul/api v1.29.4 // indirect
74
+ github.com/hashicorp/consul/api v1.31.0 // indirect
75
75
github.com/hashicorp/errwrap v1.1.0 // indirect
76
76
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
77
77
github.com/hashicorp/go-hclog v1.6.3 // indirect
78
78
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
79
- github.com/hashicorp/go-msgpack v1 .1.5 // indirect
79
+ github.com/hashicorp/go-msgpack/v2 v2 .1.1 // indirect
80
80
github.com/hashicorp/go-multierror v1.1.1 // indirect
81
81
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
82
- github.com/hashicorp/go-sockaddr v1.0.6 // indirect
83
- github.com/hashicorp/golang-lru v0.6.0 // indirect
84
- github.com/hashicorp/memberlist v0.5.0 // indirect
82
+ github.com/hashicorp/go-sockaddr v1.0.7 // indirect
83
+ github.com/hashicorp/golang-lru v1.0.2 // indirect
84
+ github.com/hashicorp/memberlist v0.5.1 // indirect
85
85
github.com/hashicorp/serf v0.10.1 // indirect
86
- github.com/huandu/xstrings v1.3.3 // indirect
87
- github.com/imdario/mergo v0.3.16 // indirect
86
+ github.com/huandu/xstrings v1.5.0 // indirect
88
87
github.com/jpillora/backoff v1.0.0 // indirect
89
88
github.com/json-iterator/go v1.1.12 // indirect
90
89
github.com/klauspost/compress v1.17.11 // indirect
91
90
github.com/mattn/go-colorable v0.1.13 // indirect
92
91
github.com/mattn/go-isatty v0.0.20 // indirect
93
- github.com/miekg/dns v1.1.61 // indirect
92
+ github.com/mdlayher/socket v0.5.1 // indirect
93
+ github.com/mdlayher/vsock v1.2.1 // indirect
94
+ github.com/miekg/dns v1.1.62 // indirect
94
95
github.com/mitchellh/copystructure v1.2.0 // indirect
95
96
github.com/mitchellh/go-homedir v1.1.0 // indirect
96
- github.com/mitchellh/mapstructure v1.5.0 // indirect
97
+ github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
97
98
github.com/mitchellh/reflectwalk v1.0.2 // indirect
98
99
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
99
100
github.com/modern-go/reflect2 v1.0.2 // indirect
100
101
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101
102
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
102
- github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
103
- github.com/opentracing-contrib/go-stdlib v1.0 .0 // indirect
103
+ github.com/opentracing-contrib/go-grpc v0.1.1 // indirect
104
+ github.com/opentracing-contrib/go-stdlib v1.1 .0 // indirect
104
105
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
105
106
github.com/pires/go-proxyproto v0.7.0 // indirect
106
107
github.com/pkg/errors v0.9.1 // indirect
107
108
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
108
109
github.com/prometheus/client_golang v1.20.5 // indirect
109
110
github.com/prometheus/client_model v0.6.1 // indirect
110
- github.com/prometheus/exporter-toolkit v0.11.0 // indirect
111
+ github.com/prometheus/exporter-toolkit v0.13.2 // indirect
111
112
github.com/prometheus/procfs v0.15.1 // indirect
113
+ github.com/redis/go-redis/v9 v9.7.0 // indirect
112
114
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
113
115
github.com/sercand/kuberesolver/v5 v5.1.1 // indirect
114
- github.com/shopspring/decimal v1.3.1 // indirect
115
- github.com/sony/gobreaker v0.5 .0 // indirect
116
- github.com/spf13/cast v1.5 .0 // indirect
116
+ github.com/shopspring/decimal v1.4.0 // indirect
117
+ github.com/sony/gobreaker/v2 v2.1 .0 // indirect
118
+ github.com/spf13/cast v1.7 .0 // indirect
117
119
github.com/stretchr/objx v0.5.2 // indirect
118
120
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
119
121
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
120
122
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
121
123
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
122
124
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
123
- go.opentelemetry.io/collector/pdata v1.12.0 // indirect
124
- go.opentelemetry.io/otel v1.29.0 // indirect
125
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
126
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
125
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
126
+ go.opentelemetry.io/collector/pdata v1.24.0 // indirect
127
+ go.opentelemetry.io/otel v1.34.0 // indirect
128
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
129
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
127
130
go.uber.org/atomic v1.11.0 // indirect
128
131
go.uber.org/multierr v1.11.0 // indirect
129
- go.uber.org/zap v1.21 .0 // indirect
132
+ go.uber.org/zap v1.27 .0 // indirect
130
133
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
131
- golang.org/x/crypto v0.31 .0 // indirect
132
- golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
133
- golang.org/x/mod v0.19 .0 // indirect
134
- golang.org/x/net v0.33 .0 // indirect
135
- golang.org/x/oauth2 v0.24 .0 // indirect
134
+ golang.org/x/crypto v0.32 .0 // indirect
135
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
136
+ golang.org/x/mod v0.22 .0 // indirect
137
+ golang.org/x/net v0.34 .0 // indirect
138
+ golang.org/x/oauth2 v0.25 .0 // indirect
136
139
golang.org/x/sync v0.10.0 // indirect
137
- golang.org/x/sys v0.28 .0 // indirect
140
+ golang.org/x/sys v0.29 .0 // indirect
138
141
golang.org/x/text v0.21.0 // indirect
139
- golang.org/x/time v0.7 .0 // indirect
140
- golang.org/x/tools v0.23 .0 // indirect
141
- google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
142
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
143
- google.golang.org/grpc v1.67.1 // indirect
144
- google.golang.org/protobuf v1.35.2 // indirect
142
+ golang.org/x/time v0.9 .0 // indirect
143
+ golang.org/x/tools v0.28 .0 // indirect
144
+ google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
145
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
146
+ google.golang.org/grpc v1.70.0 // indirect
147
+ google.golang.org/protobuf v1.36.4 // indirect
145
148
gopkg.in/yaml.v2 v2.4.0 // indirect
146
149
gopkg.in/yaml.v3 v3.0.1 // indirect
147
150
)
0 commit comments