Browse Source

fix reference to protobuf

Darien Raymond 6 years ago
parent
commit
b40d7f9f6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      infra/conf/command/command.go

+ 1 - 1
infra/conf/command/command.go

@@ -5,7 +5,7 @@ package command
 import (
 import (
 	"os"
 	"os"
 
 
-	"github.com/gogo/protobuf/proto"
+	"github.com/golang/protobuf/proto"
 	"v2ray.com/core/common"
 	"v2ray.com/core/common"
 	"v2ray.com/core/infra/conf/serial"
 	"v2ray.com/core/infra/conf/serial"
 	"v2ray.com/core/infra/control"
 	"v2ray.com/core/infra/control"