-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
32 lines (29 loc) · 1.13 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
module github.com/usbarmory/GoKey
go 1.24.0
require (
filippo.io/age v1.2.1-0.20240926110859-2214a556f604
filippo.io/keygen v0.0.0-20240718133620-7f162efbbd87
github.com/ProtonMail/go-crypto v1.1.5
github.com/google/go-p11-kit v0.4.0
github.com/gsora/fidati v0.0.0-20230806170658-ab651720d7c3
github.com/hsanjuan/go-nfctype4 v0.0.2
github.com/usbarmory/armoryctl v0.0.0-20241003152241-189a1edd4402
github.com/usbarmory/imx-usbnet v0.0.0-20250123113617-d39929cd7171
github.com/usbarmory/tamago v0.0.0-20250212123402-5facf762488d
golang.org/x/crypto v0.33.0
)
require (
filippo.io/bigmod v0.0.3 // indirect
github.com/albenik/go-serial/v2 v2.6.1 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/creack/goselect v0.1.2 // indirect
github.com/google/btree v1.1.2 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/time v0.5.0 // indirect
gvisor.dev/gvisor v0.0.0-20240909175600-91fb8ad18db5 // indirect
periph.io/x/conn/v3 v3.7.1 // indirect
periph.io/x/host/v3 v3.8.2 // indirect
)