fix paths
This commit is contained in:
parent
ff589afc01
commit
cc9ca58a85
|
@ -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=
|
Loading…
Reference in New Issue