about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-15 21:30:58 +0100
committerEmile <hanemile@protonmail.com>2020-03-15 21:30:58 +0100
commit62d5e8535ec1195d456b90cec42b6a20ad53ec95 (patch)
tree37205dee62ecda87c4c3187b0d3d6b16b8063187 /src
parent9b0dd37087fd7d235a6bd4bac2a73dde7b09b81b (diff)
improts
Diffstat (limited to 'src')
-rw-r--r--src/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.go b/src/main.go
index c5ce513..db0b601 100644
--- a/src/main.go
+++ b/src/main.go
@@ -8,8 +8,8 @@ import (
 	"strings"
 	"syscall"
 
-	"git.darknebu.la/emile/corona-metrics/src/structs"
-	"git.darknebu.la/emile/corona-metrics/src/http"
+	"git.darknebu.la/emile/faila/src/http"
+	"git.darknebu.la/emile/faila/src/structs"
 	"github.com/sirupsen/logrus"
 	"github.com/spf13/viper"
 )