@@ -3,6 +3,7 @@ language: go | |||
install: | |||
- go get github.com/smartystreets/goconvey | |||
- go get github.com/goanywhere/fs | |||
- go get github.com/goanywhere/crypto | |||
go: | |||
- 1.4 |
@@ -6,7 +6,7 @@ import ( | |||
"os" | |||
"testing" | |||
"github.com/goanywhere/x/crypto" | |||
"github.com/goanywhere/crypto" | |||
. "github.com/smartystreets/goconvey/convey" | |||
) | |||