2025-02-24 03:34:31 +07:00
|
|
|
module github.com/amnezia-vpn/euphoria
|
2018-10-09 18:11:36 +02:00
|
|
|
|
2025-02-19 18:12:21 +01:00
|
|
|
go 1.24
|
2019-04-13 01:58:53 +02:00
|
|
|
|
2018-10-09 18:11:36 +02:00
|
|
|
require (
|
2025-02-19 18:12:21 +01:00
|
|
|
github.com/aarzilli/golua v0.0.0-20250217091409-248753f411c4
|
2023-10-06 02:11:27 +05:30
|
|
|
github.com/tevino/abool/v2 v2.1.0
|
2025-02-19 18:12:21 +01:00
|
|
|
golang.org/x/crypto v0.33.0
|
|
|
|
|
golang.org/x/net v0.35.0
|
|
|
|
|
golang.org/x/sys v0.30.0
|
2023-03-03 14:58:10 +01:00
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
2025-02-10 21:44:17 +03:30
|
|
|
gvisor.dev/gvisor v0.0.0-20250130013005-04f9204697c6
|
2022-08-29 12:04:27 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-02-10 21:44:17 +03:30
|
|
|
github.com/google/btree v1.1.3 // indirect
|
|
|
|
|
golang.org/x/time v0.9.0 // indirect
|
2018-10-09 18:11:36 +02:00
|
|
|
)
|