about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/http/go.mod2
-rw-r--r--src/http/http.go2
-rw-r--r--src/main.go4
-rw-r--r--src/structs/go.mod2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/http/go.mod b/src/http/go.mod
index 2ebe99f..1b438a5 100644
--- a/src/http/go.mod
+++ b/src/http/go.mod
@@ -1,3 +1,3 @@
-module git.darknebu.la/emile/faila/src/http
+module git.sr.ht/~hanemile/faila/src/http
 
 go 1.13
diff --git a/src/http/http.go b/src/http/http.go
index eb5616b..fab1547 100644
--- a/src/http/http.go
+++ b/src/http/http.go
@@ -9,7 +9,7 @@ import (
 	"net/http"
 	"strings"
 
-	"git.darknebu.la/emile/faila/src/structs"
+	"git.sr.ht/~hanemile/faila/src/structs"
 	"github.com/gorilla/mux"
 	"github.com/sirupsen/logrus"
 	"github.com/spf13/viper"
diff --git a/src/main.go b/src/main.go
index 5fbd2e9..674e38c 100644
--- a/src/main.go
+++ b/src/main.go
@@ -8,8 +8,8 @@ import (
 	"strings"
 	"syscall"
 
-	"git.darknebu.la/emile/faila/src/http"
-	"git.darknebu.la/emile/faila/src/structs"
+	"git.sr.ht/~hanemile/faila/src/http"
+	"git.sr.ht/~hanemile/faila/src/structs"
 	"github.com/sirupsen/logrus"
 	"github.com/spf13/viper"
 )
diff --git a/src/structs/go.mod b/src/structs/go.mod
index 886a426..62fc1c8 100644
--- a/src/structs/go.mod
+++ b/src/structs/go.mod
@@ -1,3 +1,3 @@
-module git.darknebu.la/emile/faila/src/structs
+module git.sr.ht/~hanemile/faila/src/structs
 
 go 1.13