Re: [go-nuts] unrecognized import path "code.google.com/p/go.crypto/openpgp"

2022-06-10 Thread 'Sean Liao' via golang-nuts
Note that x/crypto/openpgp has been frozen and deprecated, you're better
off with a third party maintained package

- sean

On Fri, Jun 10, 2022, 00:41 'Dan Kortschak' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> On Thu, 2022-06-09 at 14:21 -0700, Peter Sjolin wrote:
> > I attempted to use "code.google.com/p/go.crypto/openpgp" in my
> > project and got the following error:
> > $ go get code.google.com/p/go.crypto/openpgp
> > go: unrecognized import path "code.google.com/p/go.crypto/openpgp":
> > parse https://code.google.com/p/go.crypto/openpgp?go-get=1: no go-
> > import meta tags (meta tag github.com/golang/go did not match import
> > path code.google.com/p/go.crypto/openpgp)
> >
> > Is there an update to this?
> >
> > Peter
>
> This now lives here golang.org/x/crypto/openpgp (code.google.com closed
> down years ago).
>
> Dan
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/1039ac47088072ae6a877aabf101d4f7984de35d.camel%40kortschak.io
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAGabyPphVEXa21kZ872hFNYXaNgUhG4t3-5F7gAq9jHRME-ttQ%40mail.gmail.com.


Re: [go-nuts] unrecognized import path "code.google.com/p/go.crypto/openpgp"

2022-06-09 Thread 'Dan Kortschak' via golang-nuts
On Thu, 2022-06-09 at 14:21 -0700, Peter Sjolin wrote:
> I attempted to use "code.google.com/p/go.crypto/openpgp" in my
> project and got the following error:
> $ go get code.google.com/p/go.crypto/openpgp
> go: unrecognized import path "code.google.com/p/go.crypto/openpgp":
> parse https://code.google.com/p/go.crypto/openpgp?go-get=1: no go-
> import meta tags (meta tag github.com/golang/go did not match import
> path code.google.com/p/go.crypto/openpgp)
>
> Is there an update to this?
>
> Peter

This now lives here golang.org/x/crypto/openpgp (code.google.com closed
down years ago).

Dan

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/1039ac47088072ae6a877aabf101d4f7984de35d.camel%40kortschak.io.


[go-nuts] unrecognized import path "code.google.com/p/go.crypto/openpgp"

2022-06-09 Thread Peter Sjolin
I attempted to use "code.google.com/p/go.crypto/openpgp" in my project and 
got the following error:
$ go get code.google.com/p/go.crypto/openpgp
go: unrecognized import path "code.google.com/p/go.crypto/openpgp": parse 
https://code.google.com/p/go.crypto/openpgp?go-get=1: no go-import meta 
tags (meta tag github.com/golang/go did not match import path 
code.google.com/p/go.crypto/openpgp)

Is there an update to this?

Peter


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/e8faf34c-8309-461d-9399-4d82357cb24an%40googlegroups.com.