mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-22 10:00:39 +00:00
20 lines
795 B
Modula-2
20 lines
795 B
Modula-2
module github.com/drone/drone-yaml
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/bmatcuk/doublestar v1.1.1
|
|
github.com/buildkite/yaml v2.1.0+incompatible
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/go-units v0.3.3
|
|
github.com/drone/drone-runtime v1.0.7-0.20190729202838-87c84080f4a1
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/google/go-cmp v0.2.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/sergi/go-diff v1.0.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/vinzenz/yaml v0.0.0-20170920082545-91409cdd725d
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|