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() {
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/alitto/pond"
|
||||
"github.com/speedrunsh/speedrun/pkg/speedrun/cloud"
|
||||
portalpb "github.com/speedrunsh/speedrun/proto/portal"
|
||||
"github.com/dpogorzelski/speedrun/pkg/speedrun/cloud"
|
||||
portalpb "github.com/dpogorzelski/speedrun/proto/portal"
|
||||
"storj.io/drpc/drpcconn"
|
||||
|
||||
"github.com/apex/log"
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
|
||||
"github.com/alitto/pond"
|
||||
"github.com/apex/log"
|
||||
"github.com/speedrunsh/speedrun/pkg/speedrun/cloud"
|
||||
portalpb "github.com/speedrunsh/speedrun/proto/portal"
|
||||
"github.com/dpogorzelski/speedrun/pkg/speedrun/cloud"
|
||||
portalpb "github.com/dpogorzelski/speedrun/proto/portal"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
"storj.io/drpc/drpcconn"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/speedrunsh/speedrun/cmd/speedrun/cli"
|
||||
"github.com/dpogorzelski/speedrun/cmd/speedrun/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user