drone-template-lib/go.mod

9 lines
154 B
Modula-2
Raw Normal View History

2019-02-19 08:28:58 +00:00
module github.com/drone/drone-template-lib
go 1.13
2019-07-31 23:06:56 +00:00
2019-02-19 08:28:58 +00:00
require (
2020-09-25 16:24:10 +00:00
github.com/Masterminds/sprig/v3 v3.1.0
2019-02-19 08:28:58 +00:00
github.com/aymerick/raymond v2.0.2+incompatible
)