Skip to content

Commit 4141619

Browse files
committed
go: bump github.com/vbatts/go-mtree fork
The fork was rebased to pick up the golang.org/x/crypto version bump that fixes some (completely unrelated to umoci) CVEs. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 70fc5ee commit 4141619

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/pmezard/go-difflib v1.0.0 // indirect
5656
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5757
github.com/sirupsen/logrus v1.9.3 // indirect
58-
golang.org/x/crypto v0.41.0 // indirect
58+
golang.org/x/crypto v0.45.0 // indirect
5959
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
6060
gopkg.in/yaml.v3 v3.0.1 // indirect
6161
)
@@ -66,4 +66,4 @@ require (
6666
// * https://github.com/vbatts/go-mtree/pull/211
6767
// * https://github.com/vbatts/go-mtree/pull/212
6868
// * https://github.com/vbatts/go-mtree/pull/214
69-
replace github.com/vbatts/go-mtree => github.com/cyphar/go-mtree v0.0.0-20250928235313-918fa724e2fe
69+
replace github.com/vbatts/go-mtree => github.com/cyphar/go-mtree v0.0.0-20251220234804-11af791376db

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6N
2020
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
2121
github.com/cyphar/filepath-securejoin v0.6.1 h1:5CeZ1jPXEiYt3+Z6zqprSAgSWiggmpVyciv8syjIpVE=
2222
github.com/cyphar/filepath-securejoin v0.6.1/go.mod h1:A8hd4EnAeyujCJRrICiOWqjS1AX0a9kM5XL+NwKoYSc=
23-
github.com/cyphar/go-mtree v0.0.0-20250928235313-918fa724e2fe h1:McEMcTs2zpCIZWubd+vGEMpek2rzGl1aPeOcryyD4Tw=
24-
github.com/cyphar/go-mtree v0.0.0-20250928235313-918fa724e2fe/go.mod h1:M9fxI2xfH2hUj+eQ+ygbyXVFFlGt047SDy9TuF/xteY=
23+
github.com/cyphar/go-mtree v0.0.0-20251220234804-11af791376db h1:+1bKiTQ+yOkcLrQ1aLuDT7Mtscx1tr88K6mWZ7soIo8=
24+
github.com/cyphar/go-mtree v0.0.0-20251220234804-11af791376db/go.mod h1:EjdpFC+LZy1TXbRGNa1MKKgjQ+7ew3foMFJK8o4/TdY=
2525
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2626
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
2727
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -115,8 +115,8 @@ github.com/urfave/cli v1.22.12 h1:igJgVw1JdKH+trcLWLeLwZjU9fEfPesQ+9/e4MQ44S8=
115115
github.com/urfave/cli v1.22.12/go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8=
116116
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
117117
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
118-
golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=
119-
golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc=
118+
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
119+
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
120120
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
121121
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
122122
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ github.com/stretchr/testify/require
9393
# github.com/urfave/cli v1.22.12
9494
## explicit; go 1.11
9595
github.com/urfave/cli
96-
# github.com/vbatts/go-mtree v0.6.1-0.20250911112631-8307d76bc1b9 => github.com/cyphar/go-mtree v0.0.0-20250928235313-918fa724e2fe
96+
# github.com/vbatts/go-mtree v0.6.1-0.20250911112631-8307d76bc1b9 => github.com/cyphar/go-mtree v0.0.0-20251220234804-11af791376db
9797
## explicit; go 1.24.0
9898
github.com/vbatts/go-mtree
9999
github.com/vbatts/go-mtree/pkg/govis
100100
github.com/vbatts/go-mtree/xattr
101-
# golang.org/x/crypto v0.41.0
102-
## explicit; go 1.23.0
101+
# golang.org/x/crypto v0.45.0
102+
## explicit; go 1.24.0
103103
golang.org/x/crypto/ripemd160
104104
# golang.org/x/sys v0.39.0
105105
## explicit; go 1.24.0
@@ -139,4 +139,4 @@ google.golang.org/protobuf/runtime/protoimpl
139139
# gopkg.in/yaml.v3 v3.0.1
140140
## explicit
141141
gopkg.in/yaml.v3
142-
# github.com/vbatts/go-mtree => github.com/cyphar/go-mtree v0.0.0-20250928235313-918fa724e2fe
142+
# github.com/vbatts/go-mtree => github.com/cyphar/go-mtree v0.0.0-20251220234804-11af791376db

0 commit comments

Comments
 (0)