Files
garble/scripts/cached_modfiles/google.golang.org_protobuf.mod
Daniel Martí b6cd5a0aa9 update third party projects to test to support Go 1.23
In particular, wireguard had Go runtime hacks that broke with Go 1.23,
and the latest master version resolves this issue.
2024-09-04 21:37:06 +01:00

11 lines
245 B
Modula-2

module test
go 1.23.0
require (
github.com/golang/protobuf v1.5.0 // indirect
github.com/google/go-cmp v0.5.5 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)