fix godep references in test

This commit is contained in:
Nathan Button 2016-05-29 15:52:34 -06:00
parent 5a6c898416
commit 09242c1934
5 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
zxcvbn
debug.test

View File

@ -1,7 +1,7 @@
package adjacency
import (
"github.com/nbutton23/zxcvbn-go/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"github.com/stretchr/testify/assert"
"testing"
)

View File

@ -1,7 +1,7 @@
package entropy
import (
"github.com/nbutton23/zxcvbn-go/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"github.com/stretchr/testify/assert"
"github.com/nbutton23/zxcvbn-go/match"
"testing"
)

View File

@ -1,7 +1,7 @@
package matching
import (
"github.com/nbutton23/zxcvbn-go/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"github.com/stretchr/testify/assert"
"github.com/nbutton23/zxcvbn-go/match"
"strings"
"testing"

View File

@ -1,7 +1,7 @@
package zxcvbn_math
import (
"github.com/nbutton23/zxcvbn-go/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"github.com/stretchr/testify/assert"
"testing"
)