2019-02-18 16:07:01 +00:00
|
|
|
module github.com/drone/drone-yaml
|
|
|
|
|
2021-09-19 12:00:00 +00:00
|
|
|
go 1.16
|
|
|
|
|
2019-02-18 16:07:01 +00:00
|
|
|
require (
|
2021-09-19 12:00:00 +00:00
|
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20210912230133-d1bdfacee922 // indirect
|
2021-09-19 12:14:43 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.0.2
|
2021-09-19 12:18:52 +00:00
|
|
|
github.com/buildkite/yaml v2.2.0+incompatible
|
2021-09-19 12:00:00 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0
|
2021-09-19 12:15:02 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2019-05-30 01:21:23 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2021-09-19 12:00:00 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
|
|
golang.org/x/mod v0.5.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
|
|
|
|
golang.org/x/tools v0.1.6 // indirect
|
2019-02-18 16:07:01 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-05-30 01:21:23 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2021-11-15 21:16:47 +00:00
|
|
|
honnef.co/go/tools v0.2.2
|
2019-02-18 16:07:01 +00:00
|
|
|
)
|