about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-05-28 18:14:44 +0530
committerAndinus <andinus@nand.sh>2020-05-28 18:21:01 +0530
commitefce73b5198b70627da8580840d3de07c6947270 (patch)
tree5d66907146bd53e7de16644c7da6dcbfa76bea82
parent010089b2acbbd493942a3ed66be911f908319b3e (diff)
downloadmyCovidCLI-efce73b5198b70627da8580840d3de07c6947270.tar.gz
Change module path
-rw-r--r--go.mod2
-rw-r--r--myCovidCLI.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 50cf929..2bedbdc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module git.tilde.institute/kneezle/myCovidCLI
+module git.tilde.institute/knezzle/mycovidcli
 
 go 1.13
 
diff --git a/myCovidCLI.go b/myCovidCLI.go
index 2594512..85de038 100644
--- a/myCovidCLI.go
+++ b/myCovidCLI.go
@@ -12,7 +12,7 @@ import (
 	"strings"
 	"time"
 
-	"git.tilde.institute/kneezle/myCOVIDcli/renderfloat"
+	"git.tilde.institute/knezzle/mycovidcli/renderfloat"
 	"github.com/olekukonko/tablewriter"
 )