-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
27 lines (23 loc) · 950 Bytes
/
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
module github.com/foxboron/ssh-tpm-agent
go 1.22.4
toolchain go1.22.5
require (
github.com/foxboron/go-tpm-keyfiles v0.0.0-20240805214234-f870d6f1ff68
github.com/foxboron/ssh-tpm-ca-authority v0.0.0-20240806093457-88eeced81948
github.com/foxboron/swtpm_test v0.0.0-20230726224112-46aaafdf7006
github.com/google/go-tpm v0.9.2-0.20240625170440-991b038b62b6
golang.org/x/crypto v0.25.0
golang.org/x/sys v0.23.0
golang.org/x/term v0.22.0
)
require (
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
github.com/google/go-tpm-tools v0.4.4 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/segmentio/ksuid v1.0.4 // indirect
github.com/sigstore/sigstore v1.8.7 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
)