auth
auth/profile.go
Update import paths. Let's just use import paths that don't need aliasing, by specifying that they're mercurial repos.
1.1 --- a/profile.go Sun Dec 14 17:03:33 2014 -0500 1.2 +++ b/profile.go Wed Dec 17 22:27:44 2014 -0500 1.3 @@ -8,8 +8,7 @@ 1.4 "strings" 1.5 "time" 1.6 1.7 - "code.secondbit.org/uuid" 1.8 - 1.9 + "code.secondbit.org/uuid.hg" 1.10 "github.com/extemporalgenome/slug" 1.11 "github.com/gorilla/mux" 1.12 )