drone-template-lib/go.mod

9 lines
154 B
Modula-2
Raw Normal View History

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