18 lines
478 B
Modula-2
18 lines
478 B
Modula-2
module git.icechen.cn/pkg/drone_plugin
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.0
|
|
github.com/drone/drone-go v1.7.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e // indirect
|
|
github.com/hashicorp/go-version v1.3.0 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|