aboutsummaryrefslogtreecommitdiffsponsor
diff options
context:
space:
mode:
-rw-r--r--cmd/installpkg/main.go2
-rw-r--r--cmd/removepkg/main.go2
-rw-r--r--go.mod2
3 files changed, 3 insertions, 3 deletions
diff --git a/cmd/installpkg/main.go b/cmd/installpkg/main.go
index 009a2e7..9a95b61 100644
--- a/cmd/installpkg/main.go
+++ b/cmd/installpkg/main.go
@@ -6,7 +6,7 @@ import (
"github.com/pborman/getopt/v2"
- "git.server.ky/slackcoder/pkgtools"
+ "git.server.ky/slackcoder/pkgtools-go"
)
//Usage: installpkg [options] <package_filename>
diff --git a/cmd/removepkg/main.go b/cmd/removepkg/main.go
index dd21f54..10fd014 100644
--- a/cmd/removepkg/main.go
+++ b/cmd/removepkg/main.go
@@ -7,7 +7,7 @@ import (
"fmt"
"os"
- "git.server.ky/slackcoder/pkgtools"
+ "git.server.ky/slackcoder/pkgtools-go"
"github.com/pborman/getopt/v2"
)
diff --git a/go.mod b/go.mod
index 8e489c4..b3406e9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module git.server.ky/slackcoder/pkgtools
+module git.server.ky/slackcoder/pkgtools-go
go 1.17