Skip to content

Commit debd7e1

Browse files
chore(deps): update module github.com/tchap/go-patricia/v2 to v2.3.3
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent cfb91cb commit debd7e1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
6767
github.com/sirupsen/logrus v1.9.3 // indirect
6868
github.com/sylabs/sif/v2 v2.21.1 // indirect
69-
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
69+
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
7070
github.com/ulikunitz/xz v0.5.12 // indirect
7171
github.com/vbatts/tar-split v0.12.1 // indirect
7272
go.opencensus.io v0.24.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
210210
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
211211
github.com/sylabs/sif/v2 v2.21.1 h1:GZ0b5//AFAqJEChd8wHV/uSKx/l1iuGYwjR8nx+4wPI=
212212
github.com/sylabs/sif/v2 v2.21.1/go.mod h1:YoqEGQnb5x/ItV653bawXHZJOXQaEWpGwHsSD3YePJI=
213-
github.com/tchap/go-patricia/v2 v2.3.2 h1:xTHFutuitO2zqKAQ5rCROYgUb7Or/+IC3fts9/Yc7nM=
214-
github.com/tchap/go-patricia/v2 v2.3.2/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k=
213+
github.com/tchap/go-patricia/v2 v2.3.3 h1:xfNEsODumaEcCcY3gI0hYPZ/PcpVv5ju6RMAhgwZDDc=
214+
github.com/tchap/go-patricia/v2 v2.3.3/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k=
215215
github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=
216216
github.com/ulikunitz/xz v0.5.12/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
217217
github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=

vendor/github.com/tchap/go-patricia/v2/patricia/patricia.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ github.com/spf13/pflag
352352
# github.com/sylabs/sif/v2 v2.21.1
353353
## explicit; go 1.23.0
354354
github.com/sylabs/sif/v2/pkg/sif
355-
# github.com/tchap/go-patricia/v2 v2.3.2
355+
# github.com/tchap/go-patricia/v2 v2.3.3
356356
## explicit; go 1.16
357357
github.com/tchap/go-patricia/v2/patricia
358358
# github.com/ulikunitz/xz v0.5.12

0 commit comments

Comments
 (0)