aboutsummaryrefslogtreecommitdiff
path: root/go/operation
diff options
context:
space:
mode:
Diffstat (limited to 'go/operation')
-rw-r--r--go/operation/system_message.pb.go2
-rw-r--r--go/operation/system_message_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/go/operation/system_message.pb.go b/go/operation/system_message.pb.go
index 9f00dd74d..6f0f974c5 100644
--- a/go/operation/system_message.pb.go
+++ b/go/operation/system_message.pb.go
@@ -14,7 +14,7 @@ It has these top-level messages:
*/
package operation
-import proto "code.google.com/p/goprotobuf/proto"
+import "github.com/golang/protobuf/proto"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/go/operation/system_message_test.go b/go/operation/system_message_test.go
index b5624c258..d18ca49a4 100644
--- a/go/operation/system_message_test.go
+++ b/go/operation/system_message_test.go
@@ -5,7 +5,7 @@ import (
"log"
"testing"
- proto "code.google.com/p/goprotobuf/proto"
+ "github.com/golang/protobuf/proto"
)
func TestSerialDeserial(t *testing.T) {