Skip to content

Commit 954c939

Browse files
chore(deps): update module github.com/dlclark/regexp2 to v1.12.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5d5cb4f commit 954c939

5 files changed

Lines changed: 20 additions & 19 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ require (
3232
github.com/argoproj/argo-cd/v3 v3.3.10
3333
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250308055145-5fe7bb3edc86
3434
sigs.k8s.io/controller-tools v0.16.4
35+
sigs.k8s.io/yaml v1.6.0
3536
)
3637

3738
require (
@@ -70,7 +71,7 @@ require (
7071
github.com/davidmz/go-pageant v1.0.2 // indirect
7172
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
7273
github.com/distribution/reference v0.6.0 // indirect
73-
github.com/dlclark/regexp2 v1.11.5 // indirect
74+
github.com/dlclark/regexp2 v1.12.0 // indirect
7475
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
7576
github.com/emirpasic/gods v1.18.1 // indirect
7677
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
@@ -210,7 +211,6 @@ require (
210211
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
211212
sigs.k8s.io/randfill v1.0.0 // indirect
212213
sigs.k8s.io/structured-merge-diff/v6 v6.3.1-0.20251003215857-446d8398e19c // indirect
213-
sigs.k8s.io/yaml v1.6.0 // indirect
214214
)
215215

216216
replace (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r
108108
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
109109
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
110110
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
111-
github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=
112-
github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
111+
github.com/dlclark/regexp2 v1.12.0 h1:0j4c5qQmnC6XOWNjP3PIXURXN2gWx76rd3KvgdPkCz8=
112+
github.com/dlclark/regexp2 v1.12.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
113113
github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o=
114114
github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE=
115115
github.com/emicklei/go-restful/v3 v3.13.0 h1:C4Bl2xDndpU6nJ4bc1jXd+uTmYPVUwkD6bFY/oTyCes=

vendor/github.com/dlclark/regexp2/README.md

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/github.com/dlclark/regexp2/runner.go

Lines changed: 14 additions & 13 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
@@ -278,7 +278,7 @@ github.com/dgryski/go-rendezvous
278278
# github.com/distribution/reference v0.6.0
279279
## explicit; go 1.20
280280
github.com/distribution/reference
281-
# github.com/dlclark/regexp2 v1.11.5
281+
# github.com/dlclark/regexp2 v1.12.0
282282
## explicit; go 1.13
283283
github.com/dlclark/regexp2
284284
github.com/dlclark/regexp2/syntax

0 commit comments

Comments
 (0)