protobuf-go/go.mod
Michael Stapelberg af06170887 all: set Go language version to Go 1.21
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>
2024-08-27 10:05:27 +00:00

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