update module path thingy

This commit is contained in:
Akbar Rahman 2022-01-21 21:08:05 +00:00
parent 1e53930e8c
commit dfd44b7ea1
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.alra.uk/alvierahman90/gohookr module git.alv.cx/alvierahman90/gohookr
go 1.16 go 1.16

View File

@ -12,7 +12,7 @@ import (
"net/http" "net/http"
"os" "os"
"git.alra.uk/alvierahman90/gohookr/config" "git.alv.cx/alvierahman90/gohookr/config"
"github.com/gorilla/mux" "github.com/gorilla/mux"
) )