mirror of
https://github.com/amnezia-vpn/euphoria-windows.git
synced 2026-05-17 00:05:59 +03:00
18 lines
435 B
Modula-2
18 lines
435 B
Modula-2
module github.com/amnezia-vpn/euphoria-windows
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/amnezia-vpn/euphoria v0.1.1
|
|
golang.org/x/crypto v0.35.0
|
|
golang.org/x/sys v0.30.0
|
|
golang.org/x/text v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/aarzilli/golua v0.0.0-20250217091409-248753f411c4 // indirect
|
|
github.com/tevino/abool/v2 v2.1.0 // indirect
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
)
|