mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-14 06:20:39 +00:00
20 lines
552 B
Modula-2
20 lines
552 B
Modula-2
module github.com/drone/drone-yaml
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.4.0
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/google/go-cmp v0.5.9
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|