changed go.mod to reflect the change

This commit is contained in:
caue 2020-03-28 21:55:52 -03:00
parent 35fdcff3ec
commit 3186c43ae7
2 changed files with 6 additions and 6 deletions

2
go.mod
View File

@ -1 +1 @@
module github.com/cauefcr/gohook
module github.com/cauefcr/ghook

View File

@ -4,7 +4,7 @@ import (
"fmt"
"time"
"github.com/cauefcr/gohook"
"github.com/cauefcr/ghook"
)
func main() {