fix paths

master
Martin Thielecke 1 year ago
parent ff589afc01
commit cc9ca58a85
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

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

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

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

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

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

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