mirror of
https://github.com/grdl/git-get.git
synced 2026-02-09 05:04:18 +00:00
Update incorrect module name - Go requires a domain-based path for public modules
This commit is contained in:
@@ -2,12 +2,13 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/pkg"
|
||||
"git-get/pkg/cfg"
|
||||
"git-get/pkg/git"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/grdl/git-get/pkg"
|
||||
"github.com/grdl/git-get/pkg/cfg"
|
||||
"github.com/grdl/git-get/pkg/git"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user