-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgo.mod
29 lines (25 loc) · 987 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
28
29
module github.com/foxboron/ssh-tpm-agent
go 1.22.4
toolchain go1.22.5
require (
github.com/awnumar/memcall v0.4.0
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/google/go-tpm v0.9.2-0.20240625170440-991b038b62b6
github.com/google/go-tpm-tools v0.4.4
github.com/rogpeppe/go-internal v1.13.1
golang.org/x/crypto v0.25.0
golang.org/x/sys v0.28.0
golang.org/x/term v0.26.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/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
golang.org/x/tools v0.22.0 // indirect
)