File: go.mod

package info (click to toggle)
ssh-tpm-agent 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: makefile: 72
file content (32 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download
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
module github.com/foxboron/ssh-tpm-agent

go 1.23.0

toolchain go1.24.0

require (
	github.com/awnumar/memcall v0.4.0
	github.com/foxboron/go-tpm-keyfiles v0.0.0-20250318194951-cba49fbf70fa
	github.com/foxboron/ssh-tpm-ca-authority v0.0.0-20240831163633-e92b30331d2d
	github.com/google/go-tpm v0.9.3
	github.com/google/go-tpm-tools v0.4.4
	github.com/landlock-lsm/go-landlock v0.0.0-20241014143150-479ddab4c04c
	github.com/rogpeppe/go-internal v1.13.1
	golang.org/x/crypto v0.36.0
	golang.org/x/sys v0.31.0
	golang.org/x/term v0.30.0
	golang.org/x/text v0.23.0
)

require (
	github.com/coreos/go-oidc/v3 v3.12.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.15 // indirect
	github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
	golang.org/x/oauth2 v0.26.0 // indirect
	golang.org/x/tools v0.22.0 // indirect
	kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
)