All checks were successful
release-nightly / release-image (push) Successful in 1m1s
Reviewed-on: #63 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: Bo-Yi Wu (吳柏毅) <appleboy.tw@gmail.com> Co-authored-by: Alex Kirhenshtein <alk@netxms.org> Co-committed-by: Alex Kirhenshtein <alk@netxms.org>
24 lines
660 B
Modula-2
24 lines
660 B
Modula-2
module gitea.com/gitea/gitea-mcp
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.21.0
|
|
github.com/mark3labs/mcp-go v0.32.0
|
|
go.uber.org/zap v1.27.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/42wim/httpsig v1.2.3 // 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
|
|
github.com/spf13/cast v1.8.0 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|