We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1a39d commit 22e8a23Copy full SHA for 22e8a23
go.mod
@@ -12,6 +12,7 @@ require (
12
github.com/hashicorp/go-multierror v1.1.1
13
github.com/mark3labs/mcp-go v0.38.0
14
github.com/prometheus/client_golang v1.23.2
15
+ github.com/quasilyte/go-ruleguard/dsl v0.3.23
16
github.com/sony/gobreaker/v2 v2.3.0
17
github.com/stretchr/testify v1.11.1
18
github.com/tidwall/gjson v1.18.0
@@ -39,8 +40,6 @@ require (
39
40
go.opentelemetry.io/otel/trace v1.40.0
41
)
42
-require github.com/quasilyte/go-ruleguard/dsl v0.3.23
43
-
44
require (
45
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
46
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect
0 commit comments