Skip to content

Commit b5c815a

Browse files
authored
Merge pull request #217 from lightninglabs/dependabot/go_modules/github.com/opencontainers/runc-1.2.8
build(deps): bump github.com/opencontainers/runc from 1.2.0 to 1.2.8
2 parents 2ed60e6 + f145b57 commit b5c815a

File tree

2 files changed

+10
-99
lines changed

2 files changed

+10
-99
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/lightningnetwork/lnd/queue v1.1.1
3030
github.com/lightningnetwork/lnd/ticker v1.1.1
3131
github.com/lightningnetwork/lnd/tor v1.1.6
32-
github.com/spf13/cobra v1.1.3
32+
github.com/spf13/cobra v1.5.0
3333
github.com/stretchr/testify v1.10.0
3434
go.etcd.io/bbolt v1.3.11
3535
golang.org/x/crypto v0.36.0
@@ -40,11 +40,13 @@ require (
4040
github.com/btcsuite/btclog/v2 v2.0.1-0.20250110154127-3ae4bf1cb318
4141
github.com/lightningnetwork/lnd/fn/v2 v2.0.8
4242
github.com/tv42/zbase32 v0.0.0-20220222190657-f76a9fc892fa
43+
google.golang.org/protobuf v1.34.2
4344
)
4445

4546
require (
4647
dario.cat/mergo v1.0.1 // indirect
4748
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
49+
github.com/BurntSushi/toml v1.3.2 // indirect
4850
github.com/Masterminds/semver/v3 v3.2.0 // indirect
4951
github.com/Microsoft/go-winio v0.6.2 // indirect
5052
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
@@ -134,7 +136,7 @@ require (
134136
github.com/ncruces/go-strftime v0.1.9 // indirect
135137
github.com/opencontainers/go-digest v1.0.0 // indirect
136138
github.com/opencontainers/image-spec v1.1.0 // indirect
137-
github.com/opencontainers/runc v1.2.0 // indirect
139+
github.com/opencontainers/runc v1.2.8 // indirect
138140
github.com/ory/dockertest/v3 v3.10.0 // indirect
139141
github.com/pkg/errors v0.9.1 // indirect
140142
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -191,7 +193,6 @@ require (
191193
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
192194
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
193195
google.golang.org/grpc v1.65.0 // indirect
194-
google.golang.org/protobuf v1.34.2 // indirect
195196
gopkg.in/errgo.v1 v1.0.1 // indirect
196197
gopkg.in/macaroon-bakery.v2 v2.3.0 // indirect
197198
gopkg.in/macaroon.v2 v2.1.0 // indirect

0 commit comments

Comments
 (0)