37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module gitea.cdlsxd.cn/sdk/plugin
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/carlmjohnson/requests v0.24.2
|
|
github.com/go-playground/validator/v10 v10.22.0
|
|
github.com/hashicorp/go-plugin v1.6.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.8.4
|
|
google.golang.org/grpc v1.64.0
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/hashicorp/go-hclog v0.14.1 // indirect
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
|
|
github.com/oklog/run v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|