Vendor dependencies with godep

This commit is contained in:
khlieng 2015-03-04 17:38:10 +01:00
parent d25311d07f
commit fca0f6887e
70 changed files with 13930 additions and 8 deletions

View file

@ -4,8 +4,7 @@ import (
"encoding/json"
"log"
"golang.org/x/net/websocket"
"github.com/khlieng/name_pending/Godeps/_workspace/src/golang.org/x/net/websocket"
"github.com/khlieng/name_pending/storage"
)