mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-05 07:50:24 +08:00
15 lines
458 B
Modula-2
15 lines
458 B
Modula-2
module github.com/fumiama/WireGold
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fumiama/go-base16384 v1.2.1
|
|
github.com/fumiama/go-x25519 v1.0.0
|
|
github.com/fumiama/gofastTEA v0.0.6
|
|
github.com/fumiama/water v0.0.0-20211229153125-4158c133a4d8
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|