mirror of
https://github.com/drone-plugins/drone-manifest.git
synced 2026-06-04 18:24:08 +08:00
12 lines
384 B
Modula-2
12 lines
384 B
Modula-2
module github.com/drone-plugins/drone-manifest
|
|
|
|
require (
|
|
github.com/bouk/monkey v1.0.0 // indirect
|
|
github.com/coreos/go-semver v0.2.0
|
|
github.com/drone/drone-template-lib v0.0.0-20190801203641-b3f90dc7cabc
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/urfave/cli v0.0.0-20180821064027-934abfb2f102
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|