mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
cba36b66f1
Signed-off-by: Russ Magee <rmagee@gmail.com>
30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module blitter.com/go/xs
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
blitter.com/go/cryptmt v1.0.2
|
|
blitter.com/go/goutmp v1.0.3
|
|
blitter.com/go/herradurakex v1.0.0
|
|
blitter.com/go/kyber v0.0.0-20200130200857-6f2021cb88d9
|
|
blitter.com/go/mtwist v1.0.1 // indirect
|
|
blitter.com/go/newhope v0.0.0-20200130200750-192fc08a8aae
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
|
|
github.com/jameskeane/bcrypt v0.0.0-20120420032655-c3cd44c1e20f
|
|
github.com/klauspost/cpuid v1.2.2 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.3 // indirect
|
|
github.com/kr/pty v1.1.4
|
|
github.com/mattn/go-isatty v0.0.7
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect
|
|
github.com/tjfoc/gmsm v1.0.1 // indirect
|
|
github.com/xtaci/kcp-go v5.4.19+incompatible
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
|
|
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4
|
|
gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
|
|
gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
|
|
gopkg.in/hlandau/passlib.v1 v1.0.10
|
|
)
|