Skip to content

Commit 2316748

Browse files
Excavator: Bump go dependency github.com/grafana/regexp (#650)
1 parent 726e163 commit 2316748

5 files changed

Lines changed: 33 additions & 22 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
3030
github.com/google/go-github/v72 v72.0.0 // indirect
3131
github.com/google/go-querystring v1.1.0 // indirect
32-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
32+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
3333
github.com/hashicorp/golang-lru v1.0.2 // indirect
3434
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3535
github.com/kr/text v0.2.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsU
3434
github.com/google/go-github/v74 v74.0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak=
3535
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
3636
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
37-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc h1:GN2Lv3MGO7AS6PrRoT6yV5+wkrOpcszoIsO4+4ds248=
38-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc/go.mod h1:+JKpmjMGhpgPL+rXZ5nsZieVzvarn86asRlBg4uNGnk=
37+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 h1:cLN4IBkmkYZNnk7EAJ0BHIethd+J6LqxFNw5mSiI2bM=
38+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853/go.mod h1:+JKpmjMGhpgPL+rXZ5nsZieVzvarn86asRlBg4uNGnk=
3939
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
4040
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
4141
github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ github.com/google/go-github/v74/github
4141
# github.com/google/go-querystring v1.1.0
4242
## explicit; go 1.10
4343
github.com/google/go-querystring/query
44-
# github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
44+
# github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853
4545
## explicit; go 1.21
4646
github.com/grafana/regexp
4747
# github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79

0 commit comments

Comments
 (0)