-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 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
module github.com/katzenpost/reunion
go 1.22.3
require (
github.com/fxamacker/cbor/v2 v2.7.0
github.com/katzenpost/hpqc v0.0.44
github.com/katzenpost/katzenpost v0.0.36-0.20240903191147-21176af553f7
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.26.0
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
)
require (
codeberg.org/vula/highctidh v1.0.2024053000 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/henrydcase/nobs v0.0.0-20230313231516-25b66236df73 // indirect
github.com/katzenpost/chacha20 v0.0.0-20190910113340-7ce890d6a556 // indirect
github.com/katzenpost/chacha20poly1305 v0.0.0-20211026103954-7b6fb2fc0129 // indirect
github.com/katzenpost/circl v1.3.9-0.20240222183521-1cd9a34e9a0c // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
gitlab.com/yawning/aez.git v0.0.0-20211027044916-e49e68abd344 // indirect
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
golang.org/x/sys v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)