1module github.com/ThalesIgnite/crypto11 2 3go 1.13 4 5require ( 6 github.com/miekg/pkcs11 v1.0.3-0.20190429190417-a667d056470f 7 github.com/pkg/errors v0.8.1 8 github.com/stretchr/testify v1.3.0 9 github.com/thales-e-security/pool v0.0.2 10)
View as plain text