12345678910111213141516171819202122232425262728293031323334353637 |
- module blitter.com/go/xs
- go 1.18
- require (
- blitter.com/go/cryptmt v1.0.2
- blitter.com/go/goutmp v1.0.6
- blitter.com/go/herradurakex v1.0.0
- blitter.com/go/hopscotch v0.0.0-20220617051533-4b42ccd4e00a
- blitter.com/go/kyber v0.0.0-20200130200857-6f2021cb88d9
- blitter.com/go/newhope v0.0.0-20200130200750-192fc08a8aae
- github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
- github.com/creack/pty v1.1.18
- github.com/jameskeane/bcrypt v0.0.0-20120420032655-c3cd44c1e20f
- github.com/kuking/go-frodokem v1.0.2
- github.com/mattn/go-isatty v0.0.16
- github.com/xtaci/kcp-go v5.4.20+incompatible
- golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0
- golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
- gopkg.in/hlandau/passlib.v1 v1.0.11
- )
- require (
- blitter.com/go/chacha20 v0.0.0-20200130200441-214e4085f54c // indirect
- blitter.com/go/groestl v0.0.0-20220410000905-c4decbf31d64 // indirect
- blitter.com/go/mtwist v1.0.1 // indirect
- github.com/klauspost/cpuid/v2 v2.1.1 // indirect
- github.com/klauspost/reedsolomon v1.11.0 // indirect
- github.com/pkg/errors v0.9.1 // indirect
- github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
- github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
- github.com/tjfoc/gmsm v1.4.1 // indirect
- github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
- gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
- gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
- )
|