mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2026-08-13 11:53:07 +00:00
8b236c2e26
Aligns Go version handling with gitea, see https://github.com/go-gitea/gitea/pull/38559. `toolchain` names the build version, `go` stays the minimum. Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/226 Reviewed-by: techknowlogick <9+techknowlogick@noreply.gitea.com> Co-authored-by: silverwind <me@silverwind.io>
29 lines
804 B
AMPL
29 lines
804 B
AMPL
module gitea.com/gitea/gitea-mcp
|
|
|
|
go 1.26.0
|
|
|
|
toolchain go1.26.5
|
|
|
|
require (
|
|
gitea.dev/sdk v1.2.0
|
|
github.com/mark3labs/mcp-go v0.57.0
|
|
go.uber.org/zap v1.28.0
|
|
go.uber.org/zap/exp v0.3.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/42wim/httpsig v1.2.4 // indirect
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
github.com/google/jsonschema-go v0.4.3 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/go-version v1.9.0 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
|
|
github.com/spf13/cast v1.10.0 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.54.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/text v0.40.0 // indirect
|
|
)
|