Skip to content

Commit 54780b4

Browse files
authored
Merge pull request #788 from ComplianceAsCode/konflux/mintmaker/master/github.com-grafana-regexp-digest
Update github.com/grafana/regexp digest to f7b3be9
2 parents d926aca + eec7a7a commit 54780b4

File tree

9 files changed

+61
-38
lines changed

9 files changed

+61
-38
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/google/s2a-go v0.1.9 // indirect
5050
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
5151
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
52-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
52+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
5353
github.com/jmespath/go-jmespath v0.4.0 // indirect
5454
github.com/jpillora/backoff v1.0.0 // indirect
5555
github.com/julienschmidt/httprouter v1.3.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ github.com/gophercloud/gophercloud v1.14.1/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfg
244244
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
245245
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
246246
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
247-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc h1:GN2Lv3MGO7AS6PrRoT6yV5+wkrOpcszoIsO4+4ds248=
248-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc/go.mod h1:+JKpmjMGhpgPL+rXZ5nsZieVzvarn86asRlBg4uNGnk=
247+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 h1:cLN4IBkmkYZNnk7EAJ0BHIethd+J6LqxFNw5mSiI2bM=
248+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853/go.mod h1:+JKpmjMGhpgPL+rXZ5nsZieVzvarn86asRlBg4uNGnk=
249249
github.com/hashicorp/consul/api v1.30.0 h1:ArHVMMILb1nQv8vZSGIwwQd2gtc+oSQZ6CalyiyH2XQ=
250250
github.com/hashicorp/consul/api v1.30.0/go.mod h1:B2uGchvaXVW2JhFoS8nqTxMD5PBykr4ebY4JWHTTeLM=
251251
github.com/hashicorp/cronexpr v1.1.2 h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A=

vendor/github.com/grafana/regexp/onepass.go

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/regexp/regexp.go

Lines changed: 19 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/regexp/syntax/make_perl_groups.pl

Lines changed: 21 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/regexp/syntax/parse.go

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/regexp/syntax/perl_groups.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/regexp/syntax/regexp.go

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/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ github.com/googleapis/gax-go/v2/internallog/internal
477477
# github.com/gookit/color v1.6.0
478478
## explicit; go 1.18
479479
github.com/gookit/color
480-
# github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
480+
# github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853
481481
## explicit; go 1.21
482482
github.com/grafana/regexp
483483
github.com/grafana/regexp/syntax

0 commit comments

Comments
 (0)