mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-26 21:24:22 +00:00
af06170887
Go 1.23 was released a few weeks ago. Change-Id: Ied9daddbe57b5f57993a31fd09fe1c8c47a42878 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/608316 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Stapelberg <stapelberg@google.com> Reviewed-by: Christian Höppner <hoeppi@google.com>
11 lines
201 B
Modula-2
11 lines
201 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.21
|
|
|
|
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
|