updated import paths for go tools repo

See golang.org/s/go14subrepo for background.
This commit is contained in:
Stephen McQuay 2014-11-11 21:34:06 -08:00
parent 50d8fea100
commit 6a2e498e01
1 changed files with 1 additions and 1 deletions

2
db.go
View File

@ -1,7 +1,7 @@
package main
import (
"code.google.com/p/go.crypto/bcrypt"
"golang.org/x/crypto/bcrypt"
"encoding/json"
"io/ioutil"
"log"