Update go.mod and go.sum (#10)

This commit is contained in:
2026-05-01 05:22:43 +01:00
committed by GitHub
parent bc69f0c126
commit 983897bd58
2 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -2,11 +2,13 @@ module compaction-mcp
go 1.26.1
require github.com/mark3labs/mcp-go v0.49.0
require github.com/mark3labs/mcp-go v0.50.0
require (
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/text v0.36.0 // indirect
)