upgrading libs

This commit is contained in:
=Corey Hulen
2015-11-23 15:51:43 -08:00
parent 5242610bf8
commit f8a3c9a14e
3 changed files with 6 additions and 8 deletions

View File

@@ -4,9 +4,9 @@
package model
import (
"code.google.com/p/go.crypto/bcrypt"
"encoding/json"
"fmt"
"golang.org/x/crypto/bcrypt"
"io"
"regexp"
"strings"

View File

@@ -5,10 +5,10 @@ package model
import (
"bytes"
"code.google.com/p/go-uuid/uuid"
"encoding/base32"
"encoding/json"
"fmt"
"github.com/pborman/uuid"
"io"
"net/mail"
"net/url"