Use a better uuid library

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-11-14 16:42:02 -03:00
parent 3f5b3882dd
commit 4e09a76d64
7 changed files with 19 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/gorilla/mux"
"github.com/gorilla/websocket"
"github.com/play-with-docker/play-with-docker/event"
"github.com/twinj/uuid"
"github.com/satori/go.uuid"
)
var upgrader = websocket.Upgrader{