use updated import paths for proto, nacl

This commit is contained in:
Tim Cooper 2016-03-25 22:04:43 -03:00
parent 00ed0498aa
commit 083163daf9
12 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@
package mumbleproto
import proto "code.google.com/p/goprotobuf/proto"
import proto "github.com/golang/protobuf/proto"
import json "encoding/json"
import math "math"