mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-26 21:24:22 +00:00
ef7418827c
This aligns our policy with the Google Cloud Client Libraries policy. Other large packages like the AWS SDK follow that same policy. fixes golang/protobuf#1613 Change-Id: I33642d3c5e4d79d3b5cdee0e0ff546affa46693e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/586395 Reviewed-by: Lasse Folger <lassefolger@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
11 lines
201 B
Modula-2
11 lines
201 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.0
|
|
github.com/google/go-cmp v0.5.5
|
|
)
|
|
|
|
require golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|