-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (26 loc) · 1.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/katzenpost/nyquist
go 1.21.3
toolchain go1.22.2
require (
github.com/katzenpost/hpqc v0.0.19
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7
github.com/rfjakob/eme v1.1.2
github.com/stretchr/testify v1.8.4
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec
gitlab.com/yawning/x448.git v0.0.0-20221003101044-617eb9b7d9b7
golang.org/x/crypto v0.18.0
)
require (
codeberg.org/vula/highctidh v1.0.2024012400 // indirect
filippo.io/mlkem768 v0.0.0-20240221181710-5ce91625fdc1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-faster/xor v1.0.0 // indirect
github.com/katzenpost/chacha20 v0.0.0-20190910113340-7ce890d6a556 // indirect
github.com/katzenpost/circl v1.3.9-0.20240222183521-1cd9a34e9a0c // indirect
github.com/katzenpost/sntrup4591761 v0.0.0-20231024131303-8755eb1986b8 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)