googleforgames / open-saves

Open Saves is a cloud native data store for game development.
Apache License 2.0
220 stars 23 forks source link

github.com/golang/protobuf is deprecated #412

Closed aimuz closed 1 year ago

aimuz commented 1 year ago

What happened:

github.com/golang/protobuf is deprecated

https://github.com/golang/protobuf

What you expected to happen:

Use the "google.golang.org/protobuf" module instead

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

yuryu commented 1 year ago

Open Saves doesn't use github.com/golang/protobuf directly. It's used by dependencies, but they're out of our control.

❯ go mod why github.com/golang/protobuf
# github.com/golang/protobuf
(main module does not need package github.com/golang/protobuf)
aimuz commented 1 year ago

tools.go

github.com/golang/protobuf/protoc-gen-go
aimuz commented 1 year ago

I'm sorry, I must have handed over the wrong warehouse

https://github.com/googleforgames/agones