Skip to content

Commit c3281f6

Browse files
authored
Merge pull request #6609 from thaJeztah/bump_patternmatcher
vendor: github.com/moby/patternmatcher v0.6.1
2 parents 1fba907 + 565f1c0 commit c3281f6

File tree

4 files changed

+29
-26
lines changed

4 files changed

+29
-26
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/moby/docker-image-spec v1.3.1
5252
github.com/moby/go-archive v0.2.0
5353
github.com/moby/locker v1.0.1
54-
github.com/moby/patternmatcher v0.6.0
54+
github.com/moby/patternmatcher v0.6.1
5555
github.com/moby/policy-helpers v0.0.0-20260211190020-824747bfdd3c
5656
github.com/moby/profiles/seccomp v0.1.0
5757
github.com/moby/sys/mountinfo v0.7.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ github.com/moby/go-archive v0.2.0 h1:zg5QDUM2mi0JIM9fdQZWC7U8+2ZfixfTYoHL7rWUcP8
439439
github.com/moby/go-archive v0.2.0/go.mod h1:mNeivT14o8xU+5q1YnNrkQVpK+dnNe/K6fHqnTg4qPU=
440440
github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=
441441
github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc=
442-
github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=
443-
github.com/moby/patternmatcher v0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
442+
github.com/moby/patternmatcher v0.6.1 h1:qlhtafmr6kgMIJjKJMDmMWq7WLkKIo23hsrpR3x084U=
443+
github.com/moby/patternmatcher v0.6.1/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
444444
github.com/moby/policy-helpers v0.0.0-20260211190020-824747bfdd3c h1:hRUo0Ir9PEaa0PQCgg8WvGku0sgmTo/NgnCzMb83iII=
445445
github.com/moby/policy-helpers v0.0.0-20260211190020-824747bfdd3c/go.mod h1:2P1OGoTVIrybI4M7yhpkDpqiwOnI3yR+HnNhEyo8ovs=
446446
github.com/moby/profiles/seccomp v0.1.0 h1:kVf1lc5ytNB1XPxEdZUVF+oPpbBYJHR50eEvPt/9k8A=

vendor/github.com/moby/patternmatcher/patternmatcher.go

Lines changed: 25 additions & 22 deletions
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
@@ -810,7 +810,7 @@ github.com/moby/go-archive/tarheader
810810
# github.com/moby/locker v1.0.1
811811
## explicit; go 1.13
812812
github.com/moby/locker
813-
# github.com/moby/patternmatcher v0.6.0
813+
# github.com/moby/patternmatcher v0.6.1
814814
## explicit; go 1.19
815815
github.com/moby/patternmatcher
816816
github.com/moby/patternmatcher/ignorefile

0 commit comments

Comments
 (0)