drone-template-lib/go.mod

16 lines
586 B
Modula-2
Raw Normal View History

2019-02-19 09:28:58 +01:00
module github.com/drone/drone-template-lib
require (
2019-02-19 10:04:44 +01:00
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.18.0+incompatible
2019-02-19 09:28:58 +01:00
github.com/aymerick/raymond v2.0.2+incompatible
github.com/bouk/monkey v1.0.0
2019-02-19 10:04:44 +01:00
github.com/google/uuid v1.1.0 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
2019-02-19 09:28:58 +01:00
github.com/pkg/errors v0.8.0
github.com/tkuchiki/faketime v0.0.0-20170607100027-a4500a4f4643
2019-02-19 10:04:44 +01:00
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
2019-02-19 09:28:58 +01:00
)