You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
drone-yaml/go.mod

25 lines
803 B
Modula-2

6 months ago
module git.awesome-for.me/liuzhiguo/drone-yaml
go 1.20
5 years ago
require (
6 months ago
git.awesome-for.me/liuzhiguo/drone-runtime v1.1.1
github.com/bmatcuk/doublestar v1.3.4
github.com/buildkite/yaml v2.1.0+incompatible
6 months ago
github.com/docker/distribution v2.8.3+incompatible
github.com/docker/go-units v0.5.0
5 years ago
github.com/ghodss/yaml v1.0.0
6 months ago
github.com/google/go-cmp v0.6.0
github.com/sergi/go-diff v1.3.1
github.com/vinzenz/yaml v0.0.0-20170920082545-91409cdd725d
5 years ago
gopkg.in/alecthomas/kingpin.v2 v2.2.6
6 months ago
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
5 years ago
)