mirror of
https://github.com/amnezia-vpn/euphoria.git
synced 2026-05-16 23:25:45 +03:00
19 lines
448 B
Modula-2
19 lines
448 B
Modula-2
module github.com/amnezia-vpn/euphoria
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/aarzilli/golua v0.0.0-20250217091409-248753f411c4
|
|
github.com/tevino/abool/v2 v2.1.0
|
|
golang.org/x/crypto v0.33.0
|
|
golang.org/x/net v0.35.0
|
|
golang.org/x/sys v0.30.0
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
|
gvisor.dev/gvisor v0.0.0-20250130013005-04f9204697c6
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.1.3 // indirect
|
|
golang.org/x/time v0.9.0 // indirect
|
|
)
|