mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 05:30:39 +01:00
20 lines
677 B
Modula-2
20 lines
677 B
Modula-2
module github.com/fosrl/newt
|
|
|
|
go 1.23.1
|
|
|
|
toolchain go1.23.2
|
|
|
|
require golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
|
|
|
|
require (
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/time v0.7.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 // indirect
|
|
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 // indirect
|
|
)
|