mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-16 07:10:40 +00:00
17 lines
580 B
Modula-2
17 lines
580 B
Modula-2
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
|
|
github.com/drone/drone-runtime v0.0.0-20190210191445-ad403a0ca24e
|
|
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
|
|
)
|