19 lines
467 B
AMPL
19 lines
467 B
AMPL
module whatsapp-mcp-server
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.34
|
|
github.com/modelcontextprotocol/go-sdk v1.4.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/jsonschema-go v0.4.2 // indirect
|
|
github.com/segmentio/asm v1.2.1 // indirect
|
|
github.com/segmentio/encoding v0.5.4 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
golang.org/x/oauth2 v0.35.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|