mirror of
https://github.com/drone-plugins/drone-manifest.git
synced 2026-07-06 16:02:31 +08:00
13 lines
396 B
Modula-2
13 lines
396 B
Modula-2
module github.com/drone-plugins/drone-manifest
|
|
|
|
require (
|
|
bou.ke/monkey v1.0.1 // indirect
|
|
github.com/coreos/go-semver v0.2.0
|
|
github.com/drone/drone-template-lib v1.0.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/tkuchiki/faketime v0.1.1 // indirect
|
|
github.com/urfave/cli v0.0.0-20180821064027-934abfb2f102
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|