File: go.mod

package info (click to toggle)
golang-github-thalesignite-crypto11 1.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/ThalesIgnite/crypto11

go 1.13

require (
	github.com/miekg/pkcs11 v1.0.3-0.20190429190417-a667d056470f
	github.com/pkg/errors v0.8.1
	github.com/stretchr/testify v1.3.0
	github.com/thales-e-security/pool v0.0.2
)