mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
b6cd5a0aa9
In particular, wireguard had Go runtime hacks that broke with Go 1.23, and the latest master version resolves this issue.
9 lines
117 B
Modula-2
9 lines
117 B
Modula-2
module test
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/samber/lo v1.47.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|