File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
github.com/dlclark/regexp2 Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/Azure/go-autorest/autorest v0.11.30
7
7
github.com/Azure/go-autorest/autorest/adal v0.9.24
8
8
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
10
10
github.com/docker/cli v28.0.1+incompatible
11
11
github.com/golang-jwt/jwt/v4 v4.5.1
12
12
github.com/google/uuid v1.6.0
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7h
25
25
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
26
26
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
27
27
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 =
30
30
github.com/docker/cli v28.0.1+incompatible h1:g0h5NQNda3/CxIsaZfH4Tyf6vpxFth7PYl3hgCPOKzs =
31
31
github.com/docker/cli v28.0.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
32
32
github.com/docker/docker-credential-helpers v0.6.4 h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o =
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ github.com/Azure/go-autorest/tracing
24
24
# github.com/davecgh/go-spew v1.1.1
25
25
## explicit
26
26
github.com/davecgh/go-spew/spew
27
- # github.com/dlclark/regexp2 v1.11.4
27
+ # github.com/dlclark/regexp2 v1.11.5
28
28
## explicit; go 1.13
29
29
github.com/dlclark/regexp2
30
30
github.com/dlclark/regexp2/syntax
You can’t perform that action at this time.
0 commit comments