diff options
Diffstat (limited to 'cmd/removepkg/main.go')
-rw-r--r-- | cmd/removepkg/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |