2019-02-19 08:28:58 +00:00
|
|
|
module github.com/drone/drone-template-lib
|
|
|
|
|
2020-09-18 17:46:00 +00:00
|
|
|
go 1.13
|
2019-07-31 23:06:56 +00:00
|
|
|
|
2019-02-19 08:28:58 +00:00
|
|
|
require (
|
2019-02-19 09:04:44 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
|
|
github.com/Masterminds/semver v1.4.2 // indirect
|
2019-07-31 23:06:56 +00:00
|
|
|
github.com/Masterminds/sprig v2.20.0+incompatible
|
2019-02-19 08:28:58 +00:00
|
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
2019-07-31 23:06:56 +00:00
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
2019-02-19 09:04:44 +00:00
|
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
2020-07-10 23:06:04 +00:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
2019-07-31 23:06:56 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
2020-07-10 23:06:04 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2019-02-19 08:28:58 +00:00
|
|
|
)
|