Does not contain package github.com/ProtonMail/go-crypto

In reference to: go-crypto module - github.com/ProtonMail/go-crypto - Go Packages
When I attempted to import that into my project I got the following:
~/Documents/$ go get GitHub - ProtonMail/go-crypto: Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
go: added GitHub - ProtonMail/go-crypto: Fork of go/x/crypto, providing an up-to-date OpenPGP implementation v0.0.0-20220517143526-88bb52951d5b
~/Documents/$ go mod tidy
go: finding module for package GitHub - ProtonMail/go-crypto: Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
circle imports
github.com/ProtonMail/go-crypto: module github.com/ProtonMail/go-crypto@latest found (v0.0.0-20220517143526-88bb52951d5b), but does not contain package GitHub - ProtonMail/go-crypto: Fork of go/x/crypto, providing an up-to-date OpenPGP implementation

Any suggestions?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.