fix: add go.sum and indirect deps for MCP SDK

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shankar0123
2026-03-23 17:00:30 -04:00
parent 956230aec1
commit f48520c86a
2 changed files with 30 additions and 1 deletions
+10 -1
View File
@@ -1,6 +1,6 @@
module github.com/shankar0123/certctl
go 1.22.0
go 1.25.0
require (
github.com/google/uuid v1.6.0
@@ -9,3 +9,12 @@ require (
)
require golang.org/x/crypto v0.31.0
require (
github.com/google/jsonschema-go v0.4.2 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)