mirror of
https://github.com/thegeeklab/drone-template-lib.git
synced 2024-11-16 09:50:39 +00:00
18 lines
570 B
Modula-2
18 lines
570 B
Modula-2
module github.com/drone/drone-template-lib
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
bou.ke/monkey v1.0.1 // indirect
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.4.2 // indirect
|
|
github.com/Masterminds/sprig v2.20.0+incompatible
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/tkuchiki/faketime v0.1.1
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
)
|