Skip to content

Commit

Permalink
Update vendors ref #139
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAlDen committed Feb 7, 2020
1 parent 823d91a commit de2ea97
Show file tree
Hide file tree
Showing 2,698 changed files with 56,384 additions and 1,065,305 deletions.
175 changes: 137 additions & 38 deletions Gopkg.lock

Large diffs are not rendered by default.

30 changes: 26 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,39 @@ ignored = [
version = "0.27.0"

[[constraint]]
name = "github.com/fibercrypto/skywallet-go"
name = "github.com/boltdb/bolt"
version = "1.3.1"

[[constraint]]
branch = "develop"
name = "github.com/fibercrypto/skywallet-protob"

[[constraint]]
branch = "develop"
name = "github.com/fibercrypto/skywallet-go"

[[constraint]]
name = "github.com/gogo/protobuf"
version = "1.3.1"

[[constraint]]
branch = "master"
name = "github.com/mgutz/ansi"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.4.2"

[[constraint]]
branch = "master"
name = "golang.org/x/crypto"

[prune]
go-tests = true
unused-packages = true
non-go = true

[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[prune.project]]
name = "github.com/fibercrypto/skywallet-go"
non-go = false
unused-packages = false
2 changes: 1 addition & 1 deletion src/contrib/skywallet/skywallet_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func emulatorDevice() skywallet.Devicer {

func setUpHardwareWallet(t *testing.T) {
util.RegisterAltcoin(skycoin.NewSkyFiberPlugin(skycoin.SkycoinMainNetParams))
dev := proxy.NewSequencer(emulatorDevice())
dev := proxy.NewSequencer(emulatorDevice(), true, func()string{return ""})
keyTestData, err := skycoin.GenerateTestKeyPair(t)
require.NoError(t, err)
integrationtestutil.ForceSetMnemonic(t, dev, keyTestData.Mnemonic)
Expand Down
4 changes: 3 additions & 1 deletion src/models/walletsModel.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ type QWallet struct {

func (walletModel *WalletModel) init() {
logWalletsModel.Info("Initialize Wallet model")
dev = proxy.NewSequencer(skyWallet.NewDevice(skyWallet.DeviceTypeUSB))
dev = proxy.NewSequencer(skyWallet.NewDevice(skyWallet.DeviceTypeUSB), true, func() string{
return "not implemented"
})
walletModel.SetRoles(map[int]*core.QByteArray{
Name: core.NewQByteArray2("name", -1),
EncryptionEnabled: core.NewQByteArray2("encryptionEnabled", -1),
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/NYTimes/gziphandler/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/NYTimes/gziphandler/.travis.yml

This file was deleted.

75 changes: 0 additions & 75 deletions vendor/github.com/NYTimes/gziphandler/CODE_OF_CONDUCT.md

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/github.com/NYTimes/gziphandler/CONTRIBUTING.md

This file was deleted.

56 changes: 0 additions & 56 deletions vendor/github.com/NYTimes/gziphandler/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/NYTimes/gziphandler/go.mod

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/NYTimes/gziphandler/go.sum

This file was deleted.

70 changes: 0 additions & 70 deletions vendor/github.com/NYTimes/gziphandler/gzip_go18_test.go

This file was deleted.

Loading

0 comments on commit de2ea97

Please sign in to comment.