Replace "github.com/skycoin/skywire-utilities" imports with "github.com/skycoin/skywire/pkg/skywire-utilities" #825
Annotations
10 errors and 1 warning
Testing:
pkg/dmsgc/dmsgc.go#L45
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
|
Testing:
pkg/dmsgc/dmsgc.go#L45
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 dmsg.NewClient
|
Testing:
pkg/dmsgc/dmsgc.go#L45
cannot use masterLogger.PackageLogger("dmsgC:disc") (value 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
|
Testing:
pkg/dmsgc/dmsgc.go#L47
cannot use masterLogger (variable of type *"github.com/skycoin/skywire/pkg/skywire-utilities/pkg/logging".MasterLogger) as *"github.com/skycoin/skywire-utilities/pkg/logging".MasterLogger value in argument to dmsgC.SetMasterLogger
|
Testing:
pkg/transport/network/handshake/handshake.go#L172
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 assignment
|
Testing:
pkg/transport/network/handshake/handshake.go#L204
cannot use f2.SrcAddr.PK (variable of type "github.com/skycoin/skywire-utilities/pkg/cipher".PubKey) as "github.com/skycoin/skywire/pkg/skywire-utilities/pkg/cipher".PubKey value in argument to cipher.VerifyPubKeySignedPayload
|
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
|
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
|
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
|
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
|
Run actions/setup-go@v4
Restore cache failed: Dependencies file is not found in D:\a\skywire\skywire. Supported file pattern: go.sum
|
Loading