Update pkg references

This commit is contained in:
2022-04-21 22:27:20 +02:00
parent 835231cd42
commit 55de3ee25d
15 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"github.com/speedrunsh/speedrun/cmd/portal/cli"
"github.com/dpogorzelski/speedrun/cmd/portal/cli"
)
func main() {
+2 -2
View File
@@ -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"
+2 -2
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"github.com/speedrunsh/speedrun/cmd/speedrun/cli"
"github.com/dpogorzelski/speedrun/cmd/speedrun/cli"
)
func main() {