crypto: Fix package imports from the refactor

This commit is contained in:
ValarDragon 2018-07-23 15:04:04 -07:00
parent 5e96421d44
commit f3d519c966
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package crypto
package armor
import (
"bytes"

View File

@ -1,4 +1,4 @@
package crypto
package armor
import (
"testing"

View File

@ -1,4 +1,4 @@
package crypto
package cryptoAmino
import (
amino "github.com/tendermint/go-amino"

View File

@ -1,4 +1,4 @@
package crypto
package cryptoAmino
import (
"os"

View File

@ -1,4 +1,4 @@
package crypto
package xsalsa20symmetric
import (
"errors"

View File

@ -1,4 +1,4 @@
package crypto
package xsalsa20symmetric
import (
"testing"