Blob Blame History Raw
diff --color -Naur a/client.go b/client.go
--- a/client.go	2021-11-08 22:05:39.000000000 +0100
+++ b/client.go	2021-11-22 21:57:17.004927432 +0100
@@ -27,7 +27,7 @@
 	"syscall"
 	"time"
 
-	"github.com/gogo/protobuf/proto"
+	"github.com/golang/protobuf/proto"
 	"github.com/sirupsen/logrus"
 	"google.golang.org/grpc/codes"
 	"google.golang.org/grpc/status"
diff --color -Naur a/codec.go b/codec.go
--- a/codec.go	2021-11-08 22:05:39.000000000 +0100
+++ b/codec.go	2021-11-22 21:57:27.696786575 +0100
@@ -19,7 +19,7 @@
 import (
 	"fmt"
 
-	"github.com/gogo/protobuf/proto"
+	"github.com/golang/protobuf/proto"
 )
 
 type codec struct{}
diff --color -Naur a/go.mod b/go.mod
--- a/go.mod	2021-11-08 22:05:39.000000000 +0100
+++ b/go.mod	2021-11-22 21:58:14.550202414 +0100
@@ -4,6 +4,7 @@
 
 require (
 	github.com/gogo/protobuf v1.3.2
+	github.com/golang/protobuf v1.5.0
 	github.com/prometheus/procfs v0.6.0
 	github.com/sirupsen/logrus v1.8.1
 	golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
diff --color -Naur a/server_test.go b/server_test.go
--- a/server_test.go	2021-11-08 22:05:39.000000000 +0100
+++ b/server_test.go	2021-11-22 21:57:52.698457193 +0100
@@ -28,7 +28,7 @@
 	"testing"
 	"time"
 
-	"github.com/gogo/protobuf/proto"
+	"github.com/golang/protobuf/proto"
 	"google.golang.org/grpc/codes"
 	"google.golang.org/grpc/status"
 )
diff --color -Naur a/services.go b/services.go
--- a/services.go	2021-11-08 22:05:39.000000000 +0100
+++ b/services.go	2021-11-22 21:57:39.280633966 +0100
@@ -25,7 +25,7 @@
 	"path"
 	"unsafe"
 
-	"github.com/gogo/protobuf/proto"
+	"github.com/golang/protobuf/proto"
 	"google.golang.org/grpc/codes"
 	"google.golang.org/grpc/status"
 )