Replace "github.com/skycoin/skywire-utilities" imports with "github.com/skycoin/skywire/pkg/skywire-utilities" #825
Annotations
10 errors and 1 warning
Checking Format and Testing:
cmd/skywire-cli/commands/dmsgpty/root.go#L78
cannot use addr (variable of type `"github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".PubKey`) as `"github.com/skycoin/skywire-utilities/pkg/cipher".PubKey` value in argument to `cli.StartRemotePty` (typecheck)
|
Checking Format and Testing:
cmd/skywire-cli/commands/log/log.go#L124
cannot use log (variable of type *"github.com/skycoin/skywire/pkg/skywire-utilities/pkg/logging".Logger) as *"github.com/skycoin/skywire-utilities/pkg/logging".Logger value in argument to dg.StartDmsg
|
Checking Format and Testing:
cmd/skywire-cli/commands/log/log.go#L124
cannot use pk (variable of type "github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".PubKey) as "github.com/skycoin/skywire-utilities/pkg/cipher".PubKey value in argument to dg.StartDmsg
|
Checking Format and Testing:
cmd/skywire-cli/commands/log/log.go#L124
cannot use sk (variable of type "github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".SecKey) as "github.com/skycoin/skywire-utilities/pkg/cipher".SecKey value in argument to dg.StartDmsg
|
Checking Format and Testing:
cmd/skywire-cli/commands/log/log.go#L134
cannot use server.PK (variable of type "github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".PubKey) as "github.com/skycoin/skywire-utilities/pkg/cipher".PubKey value in argument to dmsgC.EnsureAndObtainSession (typecheck)
|
Checking Format and Testing:
cmd/skywire-cli/commands/mdisc/root.go#L88
cannot use packageLogger (variable of type *"github.com/skycoin/skywire/pkg/skywire-utilities/pkg/logging".Logger) as *"github.com/skycoin/skywire-utilities/pkg/logging".Logger value in argument to disc.NewHTTP
|
Checking Format and Testing:
cmd/skywire-cli/commands/mdisc/root.go#L88
cannot use pk (variable of type "github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".PubKey) as "github.com/skycoin/skywire-utilities/pkg/cipher".PubKey value in argument to disc.NewHTTP(mdURL, &http.Client{}, packageLogger).Entry
|
Checking Format and Testing:
cmd/skywire-cli/commands/mdisc/root.go#L103
cannot use packageLogger (variable of type *"github.com/skycoin/skywire/pkg/skywire-utilities/pkg/logging".Logger) as *"github.com/skycoin/skywire-utilities/pkg/logging".Logger value in argument to disc.NewHTTP
|
Checking Format and Testing:
cmd/skywire-cli/commands/mdisc/root.go#L131
cannot use entry.Static (variable of type "github.com/skycoin/skywire-utilities/pkg/cipher".PubKey) as "github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".PubKey value in struct literal (typecheck)
|
Checking Format and Testing:
cmd/skywire-cli/commands/rewards/ui.go#L167
cannot use pk (variable of type "github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".PubKey) as "github.com/skycoin/skywire-utilities/pkg/cipher".PubKey value in argument to dmsg.NewClient
|
Run actions/setup-go@v4
Restore cache failed: Dependencies file is not found in /Users/runner/work/skywire/skywire. Supported file pattern: go.sum
|
Loading