You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
271 B

module github.com/drone/drone-secret-plugin
go 1.12
require (
github.com/drone/drone-go v1.0.6
github.com/google/go-cmp v0.2.0
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.4.2
gopkg.in/yaml.v2 v2.2.7
)