diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/web_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/web_test.go b/web/web_test.go index 0cd2764..3c5e3df 100644 --- a/web/web_test.go +++ b/web/web_test.go @@ -8,11 +8,12 @@ import ( "path/filepath" "testing" + "golang.org/x/crypto/bcrypt" + "adammathes.com/neko/api" "adammathes.com/neko/config" "adammathes.com/neko/internal/safehttp" "adammathes.com/neko/models" - "golang.org/x/crypto/bcrypt" ) func init() { |
