File size: 260 Bytes
5ec2e9b | 1 2 3 4 5 6 7 8 9 10 11 12 | module streamion
go 1.20
require (
github.com/caarlos0/env v3.5.0+incompatible
golang.org/x/crypto v0.47.0
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
)
exclude golang.zx2c4.com/wireguard/tun/netstack v0.0.0-20220703234212-c31a7b1ab478
|