mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-08-23 14:23:05 +00:00
- Remove `testify` dependency - Remove `go-spew` indirect dependency - Remove `go-difflib` indirect dependency - Remove `yaml.v3` indirect dependency Signed-off-by: appleboy <appleboy.tw@gmail.com>
21 lines
522 B
Modula-2
21 lines
522 B
Modula-2
module gitea.com/gitea/gitea-mcp
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.20.0
|
|
github.com/mark3labs/mcp-go v0.13.0
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/42wim/httpsig v1.2.2 // indirect
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
)
|