fix: migrate module namespace

This commit is contained in:
Robert Kaussow 2021-09-18 17:20:57 +02:00
parent 16ca81c679
commit d4dbf3e650
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

4
go.mod
View File

@ -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