2019-02-18 16:07:01 +00:00
|
|
|
module github.com/drone/drone-yaml
|
|
|
|
|
2022-08-05 11:18:41 +00:00
|
|
|
go 1.19
|
2021-09-19 12:00:00 +00:00
|
|
|
|
2019-02-18 16:07:01 +00:00
|
|
|
require (
|
2022-11-24 09:29:25 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.4.0
|
2022-09-06 07:25:48 +00:00
|
|
|
github.com/docker/go-units v0.5.0
|
2022-09-13 07:08:29 +00:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2019-02-18 16:07:01 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2022-03-30 20:42:06 +00:00
|
|
|
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
|
2019-05-30 01:21:23 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-02-18 16:07:01 +00:00
|
|
|
)
|