From ca7168e5fd58e7060cb41b679cc6284dcac42a06 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 20 Oct 2022 00:23:00 +0200 Subject: removed the darknebu.la artifacts --- src/http/go.mod | 2 +- src/http/http.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/http') 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" -- cgit 1.4.1