Skip to content

Commit 750fe66

Browse files
fix(deps): update module github.com/grafana/loki/v3 to v3.4.0 (main) (#16217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51d2af8 commit 750fe66

File tree

5 files changed

+184
-198
lines changed

5 files changed

+184
-198
lines changed

‎cmd/dataobj-inspect/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.1
44

55
replace github.com/grafana/loki/v3 => ../..
66

7-
require github.com/grafana/loki/v3 v3.3.2
7+
require github.com/grafana/loki/v3 v3.4.0
88

99
require (
1010
github.com/beorn7/perks v1.0.1 // indirect
@@ -25,7 +25,7 @@ require (
2525
github.com/prometheus/common v0.61.0 // indirect
2626
github.com/prometheus/procfs v0.15.1 // indirect
2727
github.com/thanos-io/objstore v0.0.0-20250115091151-a54d0f04b42a // indirect
28-
golang.org/x/sync v0.10.0 // indirect
29-
golang.org/x/sys v0.29.0 // indirect
30-
google.golang.org/protobuf v1.36.4 // indirect
28+
golang.org/x/sync v0.11.0 // indirect
29+
golang.org/x/sys v0.30.0 // indirect
30+
google.golang.org/protobuf v1.36.5 // indirect
3131
)

‎cmd/dataobj-inspect/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
5858
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
5959
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
6060
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
61-
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
62-
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
61+
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
62+
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
6363
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
6464
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
6565
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
66-
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
67-
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
66+
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
67+
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
6868
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
6969
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
7070
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -75,7 +75,7 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
7575
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
7676
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
7777
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
78-
google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=
79-
google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
78+
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
79+
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
8080
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
8181
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

‎cmd/segment-inspect/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.5
66

77
require (
88
github.com/dustin/go-humanize v1.0.1
9-
github.com/grafana/loki/v3 v3.3.2
9+
github.com/grafana/loki/v3 v3.4.0
1010
)
1111

1212
require (

‎tools/lambda-promtail/go.mod

Lines changed: 46 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module main
22

3-
go 1.23
3+
go 1.23.0
44

5-
toolchain go1.23.5
5+
toolchain go1.24.0
66

77
require (
88
github.com/aws/aws-lambda-go v1.47.0
@@ -13,19 +13,20 @@ require (
1313
github.com/gogo/protobuf v1.3.2
1414
github.com/golang/snappy v0.0.4
1515
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
1717
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
1818
github.com/prometheus/common v0.61.0
1919
github.com/prometheus/prometheus v1.8.2-0.20200727090838-6f296594a852
2020
github.com/stretchr/testify v1.10.0
2121
)
2222

2323
require (
24+
dario.cat/mergo v1.0.1 // indirect
2425
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
2526
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
2930
github.com/armon/go-metrics v0.4.1 // indirect
3031
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
3132
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
@@ -44,23 +45,22 @@ require (
4445
github.com/aws/smithy-go v1.22.2 // indirect
4546
github.com/beorn7/perks v1.0.1 // indirect
4647
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect
47-
github.com/cespare/xxhash v1.1.0 // indirect
4848
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
5050
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
5151
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5252
github.com/dennwc/varint v1.0.0 // indirect
5353
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5454
github.com/dustin/go-humanize v1.0.1 // indirect
5555
github.com/edsrzf/mmap-go v1.1.0 // indirect
5656
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
5858
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
6060
github.com/go-logfmt/logfmt v0.6.0 // indirect
6161
github.com/go-logr/logr v1.4.2 // indirect
6262
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
6464
github.com/gogo/googleapis v1.4.1 // indirect
6565
github.com/gogo/status v1.1.1 // indirect
6666
github.com/golang/protobuf v1.5.4 // indirect
@@ -71,77 +71,80 @@ require (
7171
github.com/grafana/jsonparser v0.0.0-20241004153430-023329977675 // indirect
7272
github.com/grafana/loki/pkg/push v0.0.0-20240924133635-758364c7775f // indirect
7373
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
7575
github.com/hashicorp/errwrap v1.1.0 // indirect
7676
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7777
github.com/hashicorp/go-hclog v1.6.3 // indirect
7878
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
8080
github.com/hashicorp/go-multierror v1.1.1 // indirect
8181
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
8585
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
8887
github.com/jpillora/backoff v1.0.0 // indirect
8988
github.com/json-iterator/go v1.1.12 // indirect
9089
github.com/klauspost/compress v1.17.11 // indirect
9190
github.com/mattn/go-colorable v0.1.13 // indirect
9291
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
9495
github.com/mitchellh/copystructure v1.2.0 // indirect
9596
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
9798
github.com/mitchellh/reflectwalk v1.0.2 // indirect
9899
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
99100
github.com/modern-go/reflect2 v1.0.2 // indirect
100101
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101102
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
104105
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
105106
github.com/pires/go-proxyproto v0.7.0 // indirect
106107
github.com/pkg/errors v0.9.1 // indirect
107108
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
108109
github.com/prometheus/client_golang v1.20.5 // indirect
109110
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
111112
github.com/prometheus/procfs v0.15.1 // indirect
113+
github.com/redis/go-redis/v9 v9.7.0 // indirect
112114
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
113115
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
117119
github.com/stretchr/objx v0.5.2 // indirect
118120
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
119121
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
120122
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
121123
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
122124
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
127130
go.uber.org/atomic v1.11.0 // indirect
128131
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
130133
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
136139
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
138141
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
145148
gopkg.in/yaml.v2 v2.4.0 // indirect
146149
gopkg.in/yaml.v3 v3.0.1 // indirect
147150
)

0 commit comments

Comments
 (0)