diff options
-rw-r--r-- | cmd/installpkg/main.go | 2 | ||||
-rw-r--r-- | cmd/removepkg/main.go | 2 | ||||
-rw-r--r-- | go.mod | 2 |
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" ) @@ -1,4 +1,4 @@ -module git.server.ky/slackcoder/pkgtools +module git.server.ky/slackcoder/pkgtools-go go 1.17 |