Skip to content

Commit 6b7565b

Browse files
committed
vendor: go.etcd.io/bbolt v1.3.11
BoltDB - Fix the freelist.allocs isn't rollbacked when a tx is rollbacked. CMD - Add -gobench-output option for bench command to adapt to benchstat. Other - Bump go version to 1.22.x. - This patch also added dmflakey package, which can be reused by other projects. See moby#812. full diff: etcd-io/bbolt@v1.3.10...v1.3.11 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d945d0c commit 6b7565b

40 files changed

Lines changed: 41 additions & 583 deletions

hack/with-go-mod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
tee "${ROOTDIR}/go.mod" >&2 <<- EOF
2626
module github.com/docker/docker
2727
28-
go 1.21
28+
go 1.22
2929
EOF
3030
trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
3131
fi

vendor.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module github.com/docker/docker
77

8-
go 1.21.0
8+
go 1.22
99

1010
require (
1111
cloud.google.com/go/compute/metadata v0.3.0
@@ -96,7 +96,7 @@ require (
9696
github.com/vbatts/tar-split v0.11.5
9797
github.com/vishvananda/netlink v1.3.0
9898
github.com/vishvananda/netns v0.0.4
99-
go.etcd.io/bbolt v1.3.10
99+
go.etcd.io/bbolt v1.3.11
100100
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
101101
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
102102
go.opentelemetry.io/otel v1.21.0

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ github.com/zmap/zlint/v3 v3.1.0 h1:WjVytZo79m/L1+/Mlphl09WBob6YTGljN5IGWZFpAv0=
708708
github.com/zmap/zlint/v3 v3.1.0/go.mod h1:L7t8s3sEKkb0A2BxGy1IWrxt1ZATa1R4QfJZaQOD3zU=
709709
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
710710
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
711-
go.etcd.io/bbolt v1.3.10 h1:+BqfJTcCzTItrop8mq/lbzL8wSGtj94UO/3U31shqG0=
712-
go.etcd.io/bbolt v1.3.10/go.mod h1:bK3UQLPJZly7IlNmV7uVHJDxfe5aK9Ll93e/74Y9oEQ=
711+
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=
712+
go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I=
713713
go.etcd.io/etcd/api/v3 v3.5.6/go.mod h1:KFtNaxGDw4Yx/BA4iPPwevUTAuqcsPxzyX8PHydchN8=
714714
go.etcd.io/etcd/client/pkg/v3 v3.5.6 h1:TXQWYceBKqLp4sa87rcPs11SXxUA/mHwH975v+BDvLU=
715715
go.etcd.io/etcd/client/pkg/v3 v3.5.6/go.mod h1:ggrwbk069qxpKPq8/FKkQ3Xq9y39kbFR4LnKszpRXeQ=
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)