Skip to content

Commit f8b2085

Browse files
[auto] add tools/rules.go (#7)
[auto] add tools/rules.go
1 parent 7c34ff6 commit f8b2085

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/conductorone/baton-sdk v0.7.16
88
github.com/ennyjfrick/ruleguard-logfatal v0.0.2
99
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
10-
github.com/quasilyte/go-ruleguard/dsl v0.3.22
10+
github.com/quasilyte/go-ruleguard/dsl v0.3.23
1111
github.com/stretchr/testify v1.11.1
1212
go.uber.org/zap v1.27.1
1313
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ github.com/pquerna/xjwt/xkeyset v0.0.0-20241217022915-10fc997b2a9f/go.mod h1:zLK
195195
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
196196
github.com/quasilyte/go-ruleguard v0.4.4 h1:53DncefIeLX3qEpjzlS1lyUmQoUEeOWPFWqaTJq9eAQ=
197197
github.com/quasilyte/go-ruleguard v0.4.4/go.mod h1:Vl05zJ538vcEEwu16V/Hdu7IYZWyKSwIy4c88Ro1kRE=
198-
github.com/quasilyte/go-ruleguard/dsl v0.3.22 h1:wd8zkOhSNr+I+8Qeciml08ivDt1pSXe60+5DqOpCjPE=
199-
github.com/quasilyte/go-ruleguard/dsl v0.3.22/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU=
198+
github.com/quasilyte/go-ruleguard/dsl v0.3.23 h1:lxjt5B6ZCiBeeNO8/oQsegE6fLeCzuMRoVWSkXC4uvY=
199+
github.com/quasilyte/go-ruleguard/dsl v0.3.23/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU=
200200
github.com/quasilyte/gogrep v0.5.0 h1:eTKODPXbI8ffJMN+W2aE0+oL0z/nh8/5eNdiO34SOAo=
201201
github.com/quasilyte/gogrep v0.5.0/go.mod h1:Cm9lpz9NZjEoL1tgZ2OgeUKPIxL1meE7eo60Z6Sk+Ng=
202202
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 h1:M8mH9eK4OUR4lu7Gd+PU1fV2/qnDNfzT635KRSObncs=

vendor/github.com/quasilyte/go-ruleguard/dsl/dsl.go

Lines changed: 5 additions & 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
@@ -403,7 +403,7 @@ github.com/pquerna/xjwt
403403
# github.com/pquerna/xjwt/xkeyset v0.0.0-20241217022915-10fc997b2a9f
404404
## explicit; go 1.23
405405
github.com/pquerna/xjwt/xkeyset
406-
# github.com/quasilyte/go-ruleguard/dsl v0.3.22
406+
# github.com/quasilyte/go-ruleguard/dsl v0.3.23
407407
## explicit; go 1.15
408408
github.com/quasilyte/go-ruleguard/dsl
409409
github.com/quasilyte/go-ruleguard/dsl/types

0 commit comments

Comments
 (0)