2019-10-30 03:34:09 +00:00
|
|
|
module blitter.com/go/xs
|
2018-12-12 09:46:07 +00:00
|
|
|
|
2024-03-02 07:34:14 +00:00
|
|
|
go 1.22.0
|
2019-04-18 03:00:22 +00:00
|
|
|
|
2018-12-12 09:46:07 +00:00
|
|
|
require (
|
2020-02-07 03:02:34 +00:00
|
|
|
blitter.com/go/cryptmt v1.0.2
|
2022-04-09 18:50:24 +00:00
|
|
|
blitter.com/go/goutmp v1.0.6
|
2018-12-12 09:46:07 +00:00
|
|
|
blitter.com/go/herradurakex v1.0.0
|
2023-09-13 07:57:41 +00:00
|
|
|
blitter.com/go/hopscotch v0.1.1
|
2020-01-30 20:18:39 +00:00
|
|
|
blitter.com/go/kyber v0.0.0-20200130200857-6f2021cb88d9
|
|
|
|
blitter.com/go/newhope v0.0.0-20200130200750-192fc08a8aae
|
2020-02-22 01:21:19 +00:00
|
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
|
2024-03-02 07:34:14 +00:00
|
|
|
github.com/creack/pty v1.1.21
|
2018-12-12 09:46:07 +00:00
|
|
|
github.com/jameskeane/bcrypt v0.0.0-20120420032655-c3cd44c1e20f
|
2022-04-09 18:49:21 +00:00
|
|
|
github.com/kuking/go-frodokem v1.0.2
|
2024-03-02 07:34:14 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2022-05-02 06:19:50 +00:00
|
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
2024-03-02 07:34:14 +00:00
|
|
|
golang.org/x/crypto v0.20.0
|
|
|
|
golang.org/x/sys v0.17.0
|
2022-04-09 18:49:21 +00:00
|
|
|
gopkg.in/hlandau/passlib.v1 v1.0.11
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-26 05:14:20 +00:00
|
|
|
blitter.com/go/chacha20 v0.0.0-20200130200441-214e4085f54c // indirect
|
|
|
|
blitter.com/go/mtwist v1.0.1 // indirect
|
2024-03-02 07:34:14 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
|
|
github.com/klauspost/reedsolomon v1.12.1 // indirect
|
2024-02-26 05:14:20 +00:00
|
|
|
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
|
2022-05-02 06:19:50 +00:00
|
|
|
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
|
2024-03-02 07:34:14 +00:00
|
|
|
golang.org/x/net v0.21.0 // indirect
|
2024-02-26 05:14:20 +00:00
|
|
|
gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
|
|
|
|
gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
|
2018-12-12 09:46:07 +00:00
|
|
|
)
|