-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (35 loc) · 1.58 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
31
32
33
34
35
36
37
38
39
40
// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]>
// SPDX-License-Identifier: Apache-2.0
module cunicu.li/hawkes
go 1.22.2
require (
cunicu.li/go-iso7816 v0.8.0
cunicu.li/go-ykoath/v2 v2.1.6
github.com/ebfe/scard v0.0.0-20230420082256-7db3f9b7c8a7
github.com/google/go-tpm v0.9.1
github.com/katzenpost/nyquist v0.0.10
github.com/miekg/pkcs11 v1.1.2-0.20231115102856-9078ad6b9d4b
golang.org/x/crypto v0.29.0
golang.org/x/sync v0.8.0
gopkg.in/yaml.v3 v3.0.1
)
require github.com/stretchr/testify v1.9.0 // test-only
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/hpqc v0.0.19 // indirect
github.com/katzenpost/sntrup4591761 v0.0.0-20231024131303-8755eb1986b8 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rfjakob/eme v1.1.2 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
gitlab.com/yawning/x448.git v0.0.0-20221003101044-617eb9b7d9b7 // indirect
golang.org/x/sys v0.27.0 // indirect
)