forked from Foxboron/ssh-tpm-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 690 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/foxboron/ssh-tpm-agent
go 1.22.0
require (
github.com/foxboron/go-tpm-keyfiles v0.0.0-20240225134915-950e719db3d9
github.com/foxboron/swtpm_test v0.0.0-20230726224112-46aaafdf7006
github.com/google/go-tpm v0.9.1-0.20240514145214-58e3e47cd434
github.com/twpayne/go-pinentry v0.3.0
golang.org/x/crypto v0.21.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/term v0.18.0
)
require (
github.com/google/go-tpm-tools v0.3.13-0.20230620182252-4639ecce2aba // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.32.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)