File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/numtide/treefmt/v2
22
3- go 1.22
3+ go 1.23
4+
5+ toolchain go1.23.6
46
57require (
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
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
114114github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
115115go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0 =
116116go.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 =
117119go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE =
118120go.uber.org/atomic v1.9.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
119121go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI =
You can’t perform that action at this time.
0 commit comments