Skip to content

Commit 9606b17

Browse files
fix(deps): update module go.etcd.io/bbolt to v1.4.0
1 parent f9d9da2 commit 9606b17

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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/numtide/treefmt/v2
22

3-
go 1.22
3+
go 1.23
4+
5+
toolchain go1.23.6
46

57
require (
68
github.com/BurntSushi/toml v1.4.0
@@ -13,7 +15,7 @@ require (
1315
github.com/spf13/pflag v1.0.6
1416
github.com/spf13/viper v1.19.0
1517
github.com/stretchr/testify v1.10.0
16-
go.etcd.io/bbolt v1.3.11
18+
go.etcd.io/bbolt v1.4.0
1719
golang.org/x/sync v0.11.0
1820
golang.org/x/sys v0.30.0
1921
mvdan.cc/sh/v3 v3.10.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
114114
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
115115
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=
116116
go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I=
117+
go.etcd.io/bbolt v1.4.0 h1:TU77id3TnN/zKr7CO/uk+fBCwF2jGcMuw2B/FMAzYIk=
118+
go.etcd.io/bbolt v1.4.0/go.mod h1:AsD+OCi/qPN1giOX1aiLAha3o1U8rAz65bvN4j0sRuk=
117119
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
118120
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
119121
go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI=

0 commit comments

Comments
 (0)