Skip to content

Commit b7bccfc

Browse files
fix(deps): update module go.etcd.io/bbolt to v1.3.11 (#14358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d7a6ea commit b7bccfc

39 files changed

+42
-582
lines changed

‎go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/grafana/loki/v3
22

3-
go 1.21.8
3+
go 1.22
4+
5+
toolchain go1.23.2
46

57
require (
68
cloud.google.com/go/bigtable v1.29.0
@@ -93,7 +95,7 @@ require (
9395
github.com/stretchr/testify v1.9.0
9496
github.com/uber/jaeger-client-go v2.30.0+incompatible
9597
github.com/xdg-go/scram v1.1.2
96-
go.etcd.io/bbolt v1.3.10
98+
go.etcd.io/bbolt v1.3.11
9799
go.uber.org/atomic v1.11.0
98100
go.uber.org/goleak v1.3.0
99101
golang.org/x/crypto v0.27.0

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,8 +1889,8 @@ go.einride.tech/aip v0.67.1/go.mod h1:ZGX4/zKw8dcgzdLsrvpOOGxfxI2QSk12SlP7d6c0/X
18891889
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
18901890
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
18911891
go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ=
1892-
go.etcd.io/bbolt v1.3.10 h1:+BqfJTcCzTItrop8mq/lbzL8wSGtj94UO/3U31shqG0=
1893-
go.etcd.io/bbolt v1.3.10/go.mod h1:bK3UQLPJZly7IlNmV7uVHJDxfe5aK9Ll93e/74Y9oEQ=
1892+
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=
1893+
go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I=
18941894
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg=
18951895
go.etcd.io/etcd v0.5.0-alpha.5.0.20190917205325-a14579fbfb1a/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg=
18961896
go.etcd.io/etcd/api/v3 v3.5.4 h1:OHVyt3TopwtUQ2GKdd5wu3PmmipR4FTwCqoEjSyRdIc=
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_cert.pem

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.
Binary file not shown.

‎vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_cert.pem

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/testdata/client_cert.pem

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/testdata/client_key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/testdata/server_cert.pem

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/testdata/server_key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/tlsconfigstore/testdata/client_cert.pem

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/tlsconfigstore/testdata/client_key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎vendor/github.com/google/s2a-go/internal/v2/tlsconfigstore/testdata/server_cert.pem

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)