diff options
| author | Eric Biggers <ebiggers@google.com> | 2022-04-08 23:16:59 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2022-04-08 23:38:01 -0700 |
| commit | ca7a84b8aea203025acbda193f78ea98946236b5 (patch) | |
| tree | 2b9e781db960662c570b5b35f840369130fc87a7 /go.mod | |
| parent | a224e769a478cc446c05dbfd5eb7e32d31933172 (diff) | |
Switch to google.golang.org/protobuf/proto
github.com/golang/protobuf/proto has been deprecated in favor of
google.golang.org/protobuf/proto, so migrate to the non-deprecated one.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,6 @@ go 1.16 require ( github.com/client9/misspell v0.3.4 - github.com/golang/protobuf v1.5.2 github.com/pkg/errors v0.9.1 github.com/urfave/cli v1.22.5 github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad @@ -13,5 +12,6 @@ require ( golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a + google.golang.org/protobuf v1.28.0 honnef.co/go/tools v0.3.0 ) |