mirror of
https://github.com/thegeeklab/drone-template-lib.git
synced 2024-11-16 09:50:39 +00:00
9 lines
154 B
Modula-2
9 lines
154 B
Modula-2
module github.com/drone/drone-template-lib
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.1.0
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
)
|