mirror of https://gogs.blitter.com/RLabs/xs
31 lines
1.2 KiB
Modula-2
31 lines
1.2 KiB
Modula-2
module blitter.com/go/xs
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
blitter.com/go/cryptmt v1.0.0
|
|
blitter.com/go/goutmp v1.0.1
|
|
blitter.com/go/herradurakex v1.0.0
|
|
blitter.com/go/mtwist v1.0.1 // indirect
|
|
blitter.com/go/wanderer v0.8.1
|
|
git.schwanenlied.me/yawning/chacha20.git v0.0.0-20170904085104-e3b1f968fc63 // indirect
|
|
git.schwanenlied.me/yawning/kyber.git v0.0.0-20180530164001-a270899bd22c
|
|
git.schwanenlied.me/yawning/newhope.git v0.0.0-20170622154529-9598792ba8f2
|
|
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
|
|
golang.org/x/crypto v0.0.0-20190417174047-f416ebab96af
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
golang.org/x/sys v0.0.0-20190416152802-12500544f89f
|
|
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
|
|
)
|