Initial commit
This commit is contained in:
14
golang/go.mod
Normal file
14
golang/go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module mcp-demo-go
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.24
|
||||
github.com/modelcontextprotocol/go-sdk v1.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/jsonschema-go v0.3.0 // indirect
|
||||
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
||||
golang.org/x/oauth2 v0.30.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user