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 (
10
10
github.com/lightningnetwork/lnd/healthcheck v1.2.4
11
11
github.com/lightningnetwork/lnd/sqldb v1.0.2
12
12
github.com/stretchr/testify v1.9.0
13
- go.etcd.io/bbolt v1.3.7
13
+ go.etcd.io/bbolt v1.3.11
14
14
go.etcd.io/etcd/api/v3 v3.5.7
15
15
go.etcd.io/etcd/client/pkg/v3 v3.5.7
16
16
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
138
138
// https://deps.dev/advisory/OSV/GO-2021-0053?from=%2Fgo%2Fgithub.com%252Fgogo%252Fprotobuf%2Fv1.3.1
139
139
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
140
140
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
442
442
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
443
443
github.com/zenazn/goji v0.9.0 /go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q =
444
444
go.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 =
447
447
go.etcd.io/etcd/api/v3 v3.5.7 h1:sbcmosSVesNrWOJ58ZQFitHMdncusIifYcrBfwrlJSY =
448
448
go.etcd.io/etcd/api/v3 v3.5.7 /go.mod h1:9qew1gCdDDLu+VwmeG+iFpL+QlpHTo7iubavdVDgCAA =
449
449
go.etcd.io/etcd/client/pkg/v3 v3.5.7 h1:y3kf5Gbp4e4q7egZdn5T7W9TSHUvkClN6u+Rq9mEOmg =
You can’t perform that action at this time.
0 commit comments