-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (29 loc) · 1.26 KB
/
go.mod
File metadata and controls
33 lines (29 loc) · 1.26 KB
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
module github.com/usbarmory/GoTEE-example
go 1.26.2
tool github.com/usbarmory/tamago/cmd/tamago
require (
github.com/usbarmory/GoTEE v0.0.0-20260410075518-cda75f4566b9
github.com/usbarmory/armory-boot v0.0.0-20260202115234-edf170b30f66
github.com/usbarmory/imx-usbnet v0.0.0-20250916125502-9c92e5468e13
github.com/usbarmory/tamago v1.26.3-0.20260410075404-7afa0797554b
golang.org/x/crypto v0.48.0
golang.org/x/term v0.40.0
)
require (
github.com/dsoprea/go-ext4 v0.0.0-20190528173430-c13b09fc0ff8 // indirect
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-errors/errors v1.0.2 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/u-root/u-root v0.15.0 // indirect
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/time v0.5.0 // indirect
gvisor.dev/gvisor v0.0.0-20240909175600-91fb8ad18db5 // indirect
)