Files
garble/scripts/cached_modfiles/golang.zx2c4.com_wireguard.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

15 lines
476 B
Modula-2

module test
go 1.23.0
require (
github.com/google/btree v1.0.1 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 // indirect
)