Skip to content

Commit 225f8a8

Browse files
chore(deps): bump github.com/dlclark/regexp2 from 1.11.2 to 1.11.4 (#332)
Bumps [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2) from 1.11.2 to 1.11.4. - [Commits](dlclark/regexp2@v1.11.2...v1.11.4) --- updated-dependencies: - dependency-name: github.com/dlclark/regexp2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da29e7f commit 225f8a8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Azure/go-autorest/autorest v0.11.29
77
github.com/Azure/go-autorest/autorest/adal v0.9.24
88
github.com/Azure/go-autorest/tracing v0.6.0
9-
github.com/dlclark/regexp2 v1.11.2
9+
github.com/dlclark/regexp2 v1.11.4
1010
github.com/docker/cli v26.1.4+incompatible
1111
github.com/golang-jwt/jwt/v4 v4.5.0
1212
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7h
2424
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2525
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
2626
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
27-
github.com/dlclark/regexp2 v1.11.2 h1:/u628IuisSTwri5/UKloiIsH8+qF2Pu7xEQX+yIKg68=
28-
github.com/dlclark/regexp2 v1.11.2/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
27+
github.com/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo=
28+
github.com/dlclark/regexp2 v1.11.4/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
2929
github.com/docker/cli v26.1.4+incompatible h1:I8PHdc0MtxEADqYJZvhBrW9bo8gawKwwenxRM7/rLu8=
3030
github.com/docker/cli v26.1.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
3131
github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0=

vendor/github.com/dlclark/regexp2/syntax/parser.go

Lines changed: 3 additions & 3 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
@@ -24,7 +24,7 @@ github.com/Azure/go-autorest/tracing
2424
# github.com/davecgh/go-spew v1.1.1
2525
## explicit
2626
github.com/davecgh/go-spew/spew
27-
# github.com/dlclark/regexp2 v1.11.2
27+
# github.com/dlclark/regexp2 v1.11.4
2828
## explicit; go 1.13
2929
github.com/dlclark/regexp2
3030
github.com/dlclark/regexp2/syntax

0 commit comments

Comments
 (0)