2019-02-18 16:07:01 +00:00
|
|
|
module github.com/drone/drone-yaml
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
|
|
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
|
|
|
|
github.com/bmatcuk/doublestar v1.1.1
|
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
|
|
github.com/docker/go-units v0.3.3
|
2019-04-11 02:31:22 +00:00
|
|
|
github.com/drone/drone-runtime v1.0.5
|
2019-02-18 16:07:01 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
|
|
|
github.com/google/go-cmp v0.2.0
|
|
|
|
github.com/opencontainers/go-digest v1.0.0-rc1
|
|
|
|
github.com/sergi/go-diff v1.0.0
|
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
)
|