drone-template-lib/go.mod

18 lines
584 B
Modula-2
Raw Normal View History

2019-02-19 09:28:58 +01:00
module github.com/drone/drone-template-lib
2019-08-01 01:06:56 +02:00
go 1.12
2019-02-19 09:28:58 +01:00
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
2019-08-01 01:06:56 +02:00
github.com/Masterminds/sprig v2.20.0+incompatible
2019-02-19 09:28:58 +01:00
github.com/aymerick/raymond v2.0.2+incompatible
2019-08-01 01:06:56 +02:00
github.com/google/uuid v1.1.1 // indirect
2019-02-19 10:04:44 +01:00
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
2019-08-01 01:06:56 +02:00
github.com/pkg/errors v0.8.1
2020-07-11 01:06:04 +02:00
github.com/stretchr/testify v1.6.1 // indirect
2019-08-01 01:06:56 +02:00
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
2020-07-11 01:06:04 +02:00
gopkg.in/yaml.v2 v2.3.0 // indirect
2019-02-19 09:28:58 +01:00
)