diff --git a/go.mod b/go.mod index 241ed5c..ed0987c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitea.com/jolheiser/gitea-vet +module code.gitea.io/gitea-vet go 1.14 diff --git a/main.go b/main.go index 089f89c..4894055 100644 --- a/main.go +++ b/main.go @@ -5,7 +5,7 @@ package main import ( - "gitea.com/jolheiser/gitea-vet/checks" + "code.gitea.io/gitea-vet/checks" "golang.org/x/tools/go/analysis/unitchecker" )