Update pkg references
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
||||
"github.com/apex/log"
|
||||
jsonhandler "github.com/apex/log/handlers/json"
|
||||
texthandler "github.com/apex/log/handlers/text"
|
||||
"github.com/speedrunsh/speedrun/pkg/common/cryptoutil"
|
||||
"github.com/speedrunsh/speedrun/pkg/portal"
|
||||
portalpb "github.com/speedrunsh/speedrun/proto/portal"
|
||||
"github.com/dpogorzelski/speedrun/pkg/common/cryptoutil"
|
||||
"github.com/dpogorzelski/speedrun/pkg/portal"
|
||||
portalpb "github.com/dpogorzelski/speedrun/proto/portal"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
"storj.io/drpc/drpcmux"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/speedrunsh/speedrun/cmd/portal/cli"
|
||||
"github.com/dpogorzelski/speedrun/cmd/portal/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user