25 lines
697 B
Modula-2
25 lines
697 B
Modula-2
module gitter.top/coco/bootstrap
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.17.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.8.0
|
|
gitter.top/common/gobuf v0.0.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
github.com/emicklei/proto v1.13.2 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gitter.top/sync/proto-contrib v0.15.0 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|