Skip to content

Commit

Permalink
restore HSM code
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Aug 26, 2024
1 parent 024e94a commit 85b4411
Show file tree
Hide file tree
Showing 5 changed files with 3,771 additions and 11 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
github.com/zeta-chain/keystone/keys v0.0.0-20240826165841-3874f358c138
gitlab.com/thorchain/tss/go-tss v1.6.5
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.60.1
Expand Down Expand Up @@ -61,6 +62,7 @@ require (
github.com/cockroachdb/errors v1.11.1
github.com/cometbft/cometbft v0.37.4
github.com/cometbft/cometbft-db v0.12.0
github.com/frumioj/crypto11 v1.2.5-0.20210823151709-946ce662cc0e
github.com/golang/mock v1.6.0
github.com/huandu/skiplist v1.2.0
github.com/nanmu42/etherscan-api v1.10.0
Expand Down Expand Up @@ -100,7 +102,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/google/flatbuffers v1.12.1 // indirect
github.com/google/flatbuffers v2.0.8+incompatible // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/ipfs/boxo v0.10.0 // indirect
Expand All @@ -109,6 +111,7 @@ require (
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect
github.com/linxGnu/grocksdb v1.8.14 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/miekg/pkcs11 v1.1.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1 // indirect
Expand All @@ -121,6 +124,7 @@ require (
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
github.com/swaggest/assertjson v1.9.0 // indirect
github.com/tendermint/btcd v0.1.1 // indirect
github.com/thales-e-security/pool v0.0.2 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
Expand Down
Loading

0 comments on commit 85b4411

Please sign in to comment.