aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/installpkg/main.go2
-rw-r--r--cmd/removepkg/main.go2
2 files changed, 2 insertions, 2 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"
)