mirror of
https://github.com/fumiama/WireGold.git
synced 2025-12-24 13:18:16 +08:00
24 lines
740 B
Modula-2
24 lines
740 B
Modula-2
module github.com/fumiama/WireGold
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
|
|
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
|
|
github.com/fumiama/blake2b-simd v0.0.0-20250228045919-a5dcaba5419a
|
|
github.com/fumiama/go-base16384 v1.7.0
|
|
github.com/fumiama/go-x25519 v1.0.0
|
|
github.com/fumiama/orbyte v0.0.0-20250512155242-23a2b7120589
|
|
github.com/fumiama/water v0.0.0-20211231134027-da391938d6ac
|
|
github.com/klauspost/compress v1.17.9
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/crypto v0.25.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/fumiama/wintun v0.0.0-20211229152851-8bc97c8034c0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|