2025-06-27 20:03:53 -07:00
|
|
|
module github.com/flamingcow/gocp
|
|
|
|
|
|
2025-06-27 20:29:53 -07:00
|
|
|
go 1.23.2
|
2025-06-27 20:03:53 -07:00
|
|
|
|
2025-06-27 20:29:53 -07:00
|
|
|
toolchain go1.24.4
|
|
|
|
|
|
|
|
|
|
require github.com/mark3labs/mcp-go v0.32.0
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
|
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
|
|
|
)
|