feat: init commit

This commit is contained in:
2025-05-22 00:24:34 +08:00
parent 0eb16b34e0
commit 48c65601fd
4 changed files with 121 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module git.hatter.ink/external-signer-pkcs11
go 1.24.1
require github.com/ThalesGroup/crypto11 v1.4.1
require (
github.com/miekg/pkcs11 v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/thales-e-security/pool v0.0.2 // indirect
)