feat: init commit
This commit is contained in:
15
go.mod
Normal file
15
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user