2021-12-28 15:22:11 +08:00
|
|
|
module git.icechen.cn/pkg/drone_plugin
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2021-12-28 16:23:53 +08:00
|
|
|
github.com/drone/drone-go v1.7.1
|
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e // indirect
|
2021-12-28 15:22:11 +08:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
|
|
)
|