Skip to content

Commit

Permalink
Use google.golang.org/protobuf/proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed Oct 19, 2020
1 parent 930a23a commit 3f2e0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/v2fly/geoip
go 1.15

require (
github.com/golang/protobuf v1.4.2
google.golang.org/protobuf v1.25.0
v2ray.com/core v4.19.1+incompatible
)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"os"
"strings"

"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/proto"
"v2ray.com/core/app/router"
"v2ray.com/core/common"
"v2ray.com/core/infra/conf"
Expand Down

0 comments on commit 3f2e0c5

Please sign in to comment.