2019-02-18 16:07:01 +00:00
|
|
|
module github.com/drone/drone-yaml
|
|
|
|
|
2023-02-08 09:14:20 +00:00
|
|
|
go 1.20
|
2021-09-19 12:00:00 +00:00
|
|
|
|
2019-02-18 16:07:01 +00:00
|
|
|
require (
|
2023-03-09 19:48:05 +00:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.3.2
|
2023-01-08 14:12:51 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.6.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
|
2022-12-20 20:24:47 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-03-30 20:42:06 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2023-03-09 19:48:05 +00:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.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
|
|
|
)
|