feat: init commit

This commit is contained in:
2025-05-29 23:18:01 +08:00
parent 50abef98c3
commit acd5f732f0
7 changed files with 440 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module git.hatter.ink/external-signer-tpm
go 1.24.1
require (
github.com/google/go-tpm v0.9.5
github.com/urfave/cli/v2 v2.27.6
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.8.0 // indirect
)