mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
9 lines
162 B
Modula-2
9 lines
162 B
Modula-2
module github.com/flynn/noise
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
)
|