mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-04 23:40:26 +08:00
25 lines
756 B
Modula-2
25 lines
756 B
Modula-2
module github.com/fumiama/WireGold
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20260408173819-76cac20073ab
|
|
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.1
|
|
github.com/fumiama/go-x25519 v1.0.0
|
|
github.com/fumiama/orbyte v0.0.0-20251002065953-3bb358367eb5
|
|
github.com/fumiama/water v0.0.0-20211231134027-da391938d6ac
|
|
github.com/klauspost/compress v1.18.5
|
|
github.com/sirupsen/logrus v1.9.4
|
|
golang.org/x/crypto v0.50.0
|
|
golang.org/x/net v0.53.0
|
|
golang.org/x/sys v0.43.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/fumiama/wintun v0.0.0-20211229152851-8bc97c8034c0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
)
|