File: go.mod

package info (click to toggle)
golang-github-foxboron-go-tpm-keyfiles 0.0~git20250520.c3c3a4e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: makefile: 9
file content (15 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/foxboron/go-tpm-keyfiles

go 1.22.0

require (
	github.com/foxboron/swtpm_test v0.0.0-20230726224112-46aaafdf7006
	github.com/google/go-tpm v0.9.1-0.20240514145214-58e3e47cd434
	golang.org/x/crypto v0.19.0
)

require (
	github.com/google/go-configfs-tsm v0.2.2 // indirect
	github.com/google/go-tpm-tools v0.4.4 // indirect
	golang.org/x/sys v0.21.0 // indirect
)