Move to packwiz org

This commit is contained in:
comp500
2021-12-28 16:28:34 +00:00
parent 50180f7fee
commit 4abf3340a1
20 changed files with 33 additions and 33 deletions

View File

@@ -4,13 +4,13 @@ import (
"archive/zip"
"bufio"
"fmt"
"github.com/comp500/packwiz/curseforge/packinterop"
"github.com/packwiz/packwiz/curseforge/packinterop"
"github.com/spf13/viper"
"os"
"path/filepath"
"strconv"
"github.com/comp500/packwiz/core"
"github.com/packwiz/packwiz/core"
"github.com/spf13/cobra"
)