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

Can not install gf command via go install : unrecognized import path "aead.dev/minisign" #3197

Closed
ihipop opened this issue Dec 12, 2023 · 3 comments
Labels
bug It is confirmed a bug, but don't worry, we'll handle it. done This issue is done, which may be release in next version.

Comments

@ihipop
Copy link

ihipop commented Dec 12, 2023

1. What version of Go and system type/arch are you using?

go version go1.21.1 linux/amd64

2. What version of GoFrame are you using?

Latest

3. Can this issue be re-produced with the latest release?

YES

4. What did you do?

go install -v github.com/gogf/gf/cmd/gf/v2@latest

5. What did you expect to see?

Successfully install of gf command

6. What did you see instead?

go install  -v github.com/gogf/gf/cmd/gf/v2@latest

go: downloading aead.dev/minisign v0.2.0
go/pkg/mod/github.com/minio/selfupdate@v0.6.0/minisign.go:8:2: unrecognized import path "aead.dev/minisign": reading https://aead.dev/minisign?go-get=1 : 404 Not Found
@hailaz
Copy link
Member

hailaz commented Dec 13, 2023

有个依赖库丢了。minio/selfupdate#12
可以先试试用goproxy.cn下载

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


A dependent library is missing. minio/selfupdate#12

@kkkjob
Copy link

kkkjob commented Dec 14, 2023

get through using @hailaz 's method
$ go env -w GO111MODULE=on
$ go env -w GOPROXY=https://goproxy.cn,direct

hailaz added a commit that referenced this issue Dec 14, 2023
hailaz added a commit that referenced this issue Dec 15, 2023
@gqcn gqcn closed this as completed in bb19877 Dec 18, 2023
@gqcn gqcn added done This issue is done, which may be release in next version. bug It is confirmed a bug, but don't worry, we'll handle it. labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It is confirmed a bug, but don't worry, we'll handle it. done This issue is done, which may be release in next version.
Projects
None yet
Development

No branches or pull requests

5 participants