This commit is contained in:
2026-08-27 00:11:57 +07:00
parent bafe22a95d
commit 1acccd6c40
7 changed files with 821 additions and 11 deletions
+5 -3
View File
@@ -4,6 +4,7 @@ go 1.26
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0
github.com/mark3labs/mcp-go v0.58.0
github.com/stretchr/testify v1.12.0
google.golang.org/genproto/googleapis/api v0.0.0-20260810153831-ec0a7760b754
google.golang.org/grpc v1.83.0
@@ -30,11 +31,12 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.43.3 // indirect
github.com/aws/smithy-go v1.27.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/google/jsonschema-go v0.4.2 // indirect
github.com/rogpeppe/go-internal v1.15.0 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/vearutop/statigz v1.4.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)