drone-add/go.mod

17 lines
566 B
Modula-2
Raw Normal View History

2019-10-28 13:31:40 +00:00
module git.fromouter.space/Hamcha/drone-add
go 1.13
require (
2019-10-28 14:05:33 +00:00
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
2019-10-28 13:31:40 +00:00
github.com/drone/drone-go v1.1.0
2019-10-28 14:05:33 +00:00
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
2019-10-28 13:31:40 +00:00
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)