File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/lightningnetwork/lnd/healthcheck v1.2.4
1111 github.com/lightningnetwork/lnd/sqldb v1.0.2
1212 github.com/stretchr/testify v1.9.0
13- go.etcd.io/bbolt v1.3.7
13+ go.etcd.io/bbolt v1.3.11
1414 go.etcd.io/etcd/api/v3 v3.5.7
1515 go.etcd.io/etcd/client/pkg/v3 v3.5.7
1616 go.etcd.io/etcd/client/v3 v3.5.7
@@ -138,4 +138,6 @@ replace github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.11
138138// https://deps.dev/advisory/OSV/GO-2021-0053?from=%2Fgo%2Fgithub.com%252Fgogo%252Fprotobuf%2Fv1.3.1
139139replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
140140
141- go 1.21.4
141+ go 1.22
142+
143+ toolchain go1.22.0
Original file line number Diff line number Diff line change @@ -442,8 +442,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
442442github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
443443github.com/zenazn/goji v0.9.0 /go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q =
444444go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50 /go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ =
445- go.etcd.io/bbolt v1.3.7 h1:j+zJOnnEjF/kyHlDDgGnVL/AIqIJPq8UoB2GSNfkUfQ =
446- go.etcd.io/bbolt v1.3.7 /go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw =
445+ go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0 =
446+ go.etcd.io/bbolt v1.3.11 /go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I =
447447go.etcd.io/etcd/api/v3 v3.5.7 h1:sbcmosSVesNrWOJ58ZQFitHMdncusIifYcrBfwrlJSY =
448448go.etcd.io/etcd/api/v3 v3.5.7 /go.mod h1:9qew1gCdDDLu+VwmeG+iFpL+QlpHTo7iubavdVDgCAA =
449449go.etcd.io/etcd/client/pkg/v3 v3.5.7 h1:y3kf5Gbp4e4q7egZdn5T7W9TSHUvkClN6u+Rq9mEOmg =
You can’t perform that action at this time.
0 commit comments