stripe / skycfg

Skycfg is an extension library for the Starlark language that adds support for constructing Protocol Buffer messages.
Apache License 2.0
648 stars 54 forks source link

Downgrade google.golang.org/protobuf to 1.25.0 #92

Closed seena-stripe closed 3 years ago

seena-stripe commented 3 years ago

Summary

Downgrades protobuf to v1.25.0

As far as I can tell, the version of google.golang.org/protobuf was just chosen to be the tip of the main branch, and this PR moves it to a more stable version. v1.26.0 introduces some changes making it harder to import (enforcing namespace uniqueness)