1
0
Fork 0
mirror of https://github.com/imjasonh/mamba synced 2026-07-07 00:42:25 +00:00
mamba/go.mod
Jason Hall 7d05d40e04
initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-07-14 09:51:37 -04:00

19 lines
431 B
Modula-2

module github.com/imjasonh/mamba
go 1.23.2
toolchain go1.24.4
require (
github.com/mark3labs/mcp-go v0.33.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cast v1.9.2 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
)