diff --git a/go.mod b/go.mod index e470749..ebba3f9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/drone/drone-template-lib +module github.com/thegeeklab/drone-template-lib -go 1.13 +go 1.16 require ( github.com/Masterminds/sprig/v3 v3.2.2