Update dependencies and replace uuid library (#100)

This commit is contained in:
Joona Hoikkala
2018-08-10 16:51:32 +03:00
committed by GitHub
parent 8aa869b2f8
commit 75d4a30c1f
1771 changed files with 103836 additions and 39300 deletions

View File

@ -1,12 +1,13 @@
package main
import (
"github.com/satori/go.uuid"
"testing"
"github.com/google/uuid"
)
func TestGetValidUsername(t *testing.T) {
v1, _ := uuid.FromString("a097455b-52cc-4569-90c8-7a4b97c6eba8")
v1, _ := uuid.Parse("a097455b-52cc-4569-90c8-7a4b97c6eba8")
for i, test := range []struct {
uname string
output uuid.UUID