Merge pull request #2034 from tendermint/dev/fix_pkg_names

crypto: Fix package imports from the refactor
This commit is contained in:
Ethan Buchman
2018-07-23 20:34:34 -04:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package crypto
package armor
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package crypto
package armor
import (
"testing"
+1 -1
View File
@@ -1,4 +1,4 @@
package crypto
package cryptoAmino
import (
amino "github.com/tendermint/go-amino"
+1 -1
View File
@@ -1,4 +1,4 @@
package crypto
package cryptoAmino
import (
"os"
@@ -1,4 +1,4 @@
package crypto
package xsalsa20symmetric
import (
"errors"
@@ -1,4 +1,4 @@
package crypto
package xsalsa20symmetric
import (
"testing"