|
module git.icechen.cn/pkg/drone_plugin
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/drone/drone-go v1.7.1 // indirect
|
|
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|