Add module path to go.mod. Version 1.0.1

Change-Id: I5b59fce1eb05a58aec710128769bcfd4c8b014da
diff --git a/VERSION b/VERSION
index 3eefcb9..7dea76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.0.1
diff --git a/go.mod b/go.mod
index b29ee89..c19bf71 100644
--- a/go.mod
+++ b/go.mod
@@ -1,2 +1,5 @@
 // empty go.mod file required to trigger go-based tag format
 // for tagged releases
+module github.com/opencord/goloxi
+
+go 1.13