Skip to content

Commit 22e8a23

Browse files
committed
review: move require go-ruleguard in go.mod
1 parent 6f1a39d commit 22e8a23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/hashicorp/go-multierror v1.1.1
1313
github.com/mark3labs/mcp-go v0.38.0
1414
github.com/prometheus/client_golang v1.23.2
15+
github.com/quasilyte/go-ruleguard/dsl v0.3.23
1516
github.com/sony/gobreaker/v2 v2.3.0
1617
github.com/stretchr/testify v1.11.1
1718
github.com/tidwall/gjson v1.18.0
@@ -39,8 +40,6 @@ require (
3940
go.opentelemetry.io/otel/trace v1.40.0
4041
)
4142

42-
require github.com/quasilyte/go-ruleguard/dsl v0.3.23
43-
4443
require (
4544
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
4645
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect

0 commit comments

Comments
 (0)