fix paths

This commit is contained in:
Martin Thielecke 2022-05-20 21:42:53 +02:00
parent ff589afc01
commit cc9ca58a85
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB
6 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/mthie/git-gohooks/general"
"go.mthie.com/git-gohooks/general"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"os"
"strings"
"github.com/mthie/git-gohooks/general"
"go.mthie.com/git-gohooks/general"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/mthie/git-gohooks/general"
"go.mthie.com/git-gohooks/general"
)
func main() {

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module git.mthie.com/mthie/git-gohooks
go 1.18
require go.mthie.com/git-gohooks v0.0.0-20150822222045-ff589afc0101

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
go.mthie.com/git-gohooks v0.0.0-20150822222045-ff589afc0101 h1:dsvJ4d0/ZADg5QhYB1WAkQUzxEnKz+d874xpcIfWDfw=
go.mthie.com/git-gohooks v0.0.0-20150822222045-ff589afc0101/go.mod h1:G6whUzvxSMxrIKJVtOYaWV3ihjld3GaI2tVUDrzTW/A=

View File

@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"
"github.com/mthie/git-gohooks/general"
"go.mthie.com/git-gohooks/general"
)
func main() {