commit a67140298eec8ac02201726f3dd54a9163c24968
parent 1baa0491eb744e9eb8f87a59a5f960a3201c1a1a
Author: bsandro <email@bsandro.tech>
Date: Tue, 19 Jul 2022 02:32:57 +0300
Renamed the module again to reflect that it is available on git:// protocol only (for now)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/umas/main.go b/cmd/umas/main.go
@@ -8,7 +8,7 @@ import (
"os"
"path/filepath"
"strings"
- "bsandro.tech/umx_asm/asm"
+ "bsandro.tech/umx_asm.git/asm"
)
const commentSym = ";"
diff --git a/go.mod b/go.mod
@@ -1,3 +1,3 @@
-module bsandro.tech/umx_asm
+module bsandro.tech/umx_asm.git
go 1.18