forked from transparency-dev/armored-witness-os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
43 lines (40 loc) · 1.86 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
41
42
43
module github.com/transparency-dev/armored-witness-os
go 1.23.1
require (
github.com/coreos/go-semver v0.3.1
github.com/flynn/hid v0.0.0-20190502022136-f1b9b6cc019a
github.com/flynn/u2f v0.0.0-20180613185708-15554eb68e5d
github.com/gsora/fidati v0.0.0-20230806170658-ab651720d7c3
github.com/smallnest/ringbuffer v0.0.0-20230728150354-35801fa39d0e
github.com/transparency-dev/armored-witness-boot v0.1.0
github.com/transparency-dev/armored-witness-common v0.0.0-20240313170947-0b19d0fb8b95
github.com/transparency-dev/merkle v0.0.2
github.com/transparency-dev/serverless-log v0.0.0-20231215122707-66f68a7705f5
github.com/usbarmory/GoTEE v0.0.0-20240913144333-7e62563c0628
github.com/usbarmory/armory-boot v0.0.0-20240924115649-09d0327c3c99
github.com/usbarmory/crucible v0.0.0-20240221192724-1595f2219655
github.com/usbarmory/imx-usbnet v0.0.0-20240304152630-ca189bf3b3c1
github.com/usbarmory/imx-usbserial v0.0.0-20230503192150-40b6298b31f8
github.com/usbarmory/tamago v0.0.0-20240924114619-273d67cd811d
golang.org/x/crypto v0.30.0
golang.org/x/mod v0.22.0
google.golang.org/protobuf v1.35.2
gvisor.dev/gvisor v0.0.0-20240303010120-901d232cd101
k8s.io/klog v1.0.0
)
require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/transparency-dev/formats v0.0.0-20230920083814-0f75b1d4e813 // indirect
github.com/u-root/u-root v0.14.0 // indirect
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)