google / google/certificate-transparency-go
Update pkcs11key to module version
Open
blocked
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 322
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 5
Description
Right now go.mod depends on:
```
github.com/letsencrypt/pkcs11key v2.0.1-0.20170608213348-396559074696+incompatible // indirect
```
However, I've fixed the go modules "incompatible" problem and released a couple of new versions. I recommend importing pkcs11key as `github.com/letsencrypt/pkcs11key/v4`, which is the modules-compatible import path.
Contributor guide
Assessment
This issue has not been assessed yet.