MobilityData / gtfs-realtime-bindings

Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages.
Apache License 2.0
370 stars 127 forks source link

Go: github.com/golang/protobuf is deprecated #86

Closed MKuranowski closed 1 year ago

MKuranowski commented 2 years ago

The Go bindings rely on the github.com/golang/protobuf package, which has been deprecated since March 2021.

The bindings should probably be updated to use google.golang.org/protobuf instead.

jameslinjl commented 1 year ago

@isabelle-dr this issue should be resolved now!

isabelle-dr commented 1 year ago

Indeed, thanks for the ping! Closing, resolved in #106