Skip to content

Commit

Permalink
Rename mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Feb 11, 2024
1 parent 920c522 commit 864c9fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/schollz/progressbar/v3"
"github.com/tristanisham/zvm/cli/meta"
"io"
"net/http"
"net/url"
Expand All @@ -16,11 +18,9 @@ import (
"path/filepath"
"runtime"
"strings"
"zvm/cli/meta"

"github.com/charmbracelet/log"

"github.com/schollz/progressbar/v3"
"github.com/tristanisham/clr"
)

Expand Down
4 changes: 2 additions & 2 deletions cli/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/schollz/progressbar/v3"
"io"
"net/http"
"os"
Expand All @@ -13,13 +14,12 @@ import (
"runtime"

// "syscall"
"github.com/tristanisham/zvm/cli/meta"
"time"
"zvm/cli/meta"

"archive/tar"

"github.com/charmbracelet/log"
"github.com/schollz/progressbar/v3"
"github.com/tristanisham/clr"
"golang.org/x/mod/semver"
)
Expand Down
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
"fmt"

// "fmt"
"github.com/tristanisham/zvm/cli/meta"
"io"
"net/http"
"os"
"path/filepath"
"zvm/cli/meta"

"github.com/charmbracelet/log"
// "github.com/tristanisham/clr"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module zvm
module github.com/tristanisham/zvm

go 1.22

Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package main
import (
"flag"
"fmt"
"github.com/tristanisham/zvm/cli"
"github.com/tristanisham/zvm/cli/meta"
"html/template"
"os"
"strings"
"zvm/cli"
"zvm/cli/meta"

"github.com/charmbracelet/log"

Expand Down

0 comments on commit 864c9fd

Please sign in to comment.