diff --git a/buffers/eros.pb.go b/buffers/eros.pb.go index 3b9d6c8..f763a73 100644 --- a/buffers/eros.pb.go +++ b/buffers/eros.pb.go @@ -35,7 +35,7 @@ It has these top-level messages: */ package protobufs -import proto "code.google.com/p/goprotobuf/proto" +import proto "github.com/golang/protobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used. diff --git a/chat.go b/chat.go index beff702..3658b60 100644 --- a/chat.go +++ b/chat.go @@ -1,7 +1,7 @@ package main import ( - "code.google.com/p/goprotobuf/proto" + "github.com/golang/protobuf/proto" "errors" "fmt" "github.com/Starbow/erosd/buffers" diff --git a/util.go b/util.go index 1dce7ef..b7f4880 100644 --- a/util.go +++ b/util.go @@ -1,7 +1,7 @@ package main import ( - "code.google.com/p/goprotobuf/proto" + "github.com/golang/protobuf/proto" "errors" "fmt" "github.com/Starbow/erosd/buffers"