Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find module providing package code.google.com/p/go.crypto/openpgp #863

Open
fujitalon opened this issue Nov 18, 2022 · 1 comment

Comments

@fujitalon
Copy link

go install github.com/kelseyhightower/conf
resulted in
go: finding module for package code.google.com/p/go.crypto/openpgp
......\go\pkg\mod\github.com\xordataexchange\[email protected]\encoding\secconf\secconf.go:15:2: cannot find module providing package code.google.com/p/go.crypto/openpgp: unrec
ognized 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)

xordataexchange/crypt#34 says
github.com\xordataexchange\crypt is not active, use https://github.com/bketelsen/crypt.

@nick-oconnor
Copy link

I think you need to specify a ref. The following works with docker (b974b1e is the latest commit):

FROM golang:1.19-alpine

RUN go install github.com/kelseyhightower/confd@b974b1e

You should see:

go: downloading github.com/kelseyhightower/confd v0.16.1-0.20220928145805-b974b1eef60f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants