Skip to content

Commit 7a295d3

Browse files
chore(deps): bump github.com/dlclark/regexp2 from 1.11.4 to 1.11.5 (#412)
Bumps [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2) from 1.11.4 to 1.11.5. - [Commits](dlclark/regexp2@v1.11.4...v1.11.5) --- 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 963df8c commit 7a295d3

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
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.30
77
github.com/Azure/go-autorest/autorest/adal v0.9.24
88
github.com/Azure/go-autorest/tracing v0.6.1
9-
github.com/dlclark/regexp2 v1.11.4
9+
github.com/dlclark/regexp2 v1.11.5
1010
github.com/docker/cli v28.0.1+incompatible
1111
github.com/golang-jwt/jwt/v4 v4.5.1
1212
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7h
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=
28-
github.com/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo=
29-
github.com/dlclark/regexp2 v1.11.4/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
28+
github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=
29+
github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
3030
github.com/docker/cli v28.0.1+incompatible h1:g0h5NQNda3/CxIsaZfH4Tyf6vpxFth7PYl3hgCPOKzs=
3131
github.com/docker/cli v28.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
3232
github.com/docker/docker-credential-helpers v0.6.4 h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o=

vendor/github.com/dlclark/regexp2/fastclock.go

Lines changed: 12 additions & 0 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.4
27+
# github.com/dlclark/regexp2 v1.11.5
2828
## explicit; go 1.13
2929
github.com/dlclark/regexp2
3030
github.com/dlclark/regexp2/syntax

0 commit comments

Comments
 (0)