Skip to content

Commit

Permalink
fix go test apps deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Oct 21, 2021
1 parent 4da6235 commit 3ecabfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions testApp/cmd/testMsgSign/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"os"
"strings"

"github.com/ElrondNetwork/elrond-go/crypto/signing"
"github.com/ElrondNetwork/elrond-go/crypto/signing/ed25519"
"github.com/ElrondNetwork/elrond-go/crypto/signing/ed25519/singlesig"
"github.com/ElrondNetwork/elrond-go-crypto/signing"
"github.com/ElrondNetwork/elrond-go-crypto/signing/ed25519"
"github.com/ElrondNetwork/elrond-go-crypto/signing/ed25519/singlesig"
"github.com/ElrondNetwork/ledger-elrond/testApp/cmd/common"
"github.com/ElrondNetwork/ledger-elrond/testApp/ledger"
"github.com/btcsuite/btcutil/bech32"
Expand Down
4 changes: 2 additions & 2 deletions testApp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/ElrondNetwork/ledger-elrond/testApp
go 1.13

require (
github.com/ElrondNetwork/elrond-go v1.1.2
github.com/ElrondNetwork/elrond-go-crypto v1.0.1
github.com/btcsuite/btcd v0.22.0-beta
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/karalabe/hid v1.0.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)

0 comments on commit 3ecabfa

Please sign in to comment.