-
Notifications
You must be signed in to change notification settings - Fork 8
Problem compiling: Some dependencies no more exist for downloading #16
Copy link
Copy link
Open
Description
I'm trying to compile this project but I can't:
$ go install github.com/arvancloud/redins@latest
go: downloading github.com/arvancloud/redins v0.0.0-20190716103226-a01260418a50
go: finding module for package github.com/hawell/logger
go: finding module for package github.com/hawell/uperdis
go: finding module for package github.com/coredns/coredns/request
go: finding module for package github.com/miekg/dns
go: downloading github.com/coredns/coredns v1.10.0
go: downloading github.com/miekg/dns v1.1.50
go: found github.com/coredns/coredns/request in github.com/coredns/coredns v1.10.0
go: found github.com/miekg/dns in github.com/miekg/dns v1.1.50
go: downloading golang.org/x/net v0.0.0-20220722155237-a158d28d115b
go: downloading golang.org/x/sys v0.0.0-20220804214406-8e32c043e418
go: finding module for package github.com/hawell/uperdis
go: finding module for package github.com/hawell/logger
/home/user/go/pkg/mod/github.com/arvancloud/redins@v0.0.0-20190716103226-a01260418a50/redins.go:12:2: package arvancloud/redins/handler is not in GOROOT (/usr/lib/go-1.19/src/arvancloud/redins/handler)
/home/user/go/pkg/mod/github.com/arvancloud/redins@v0.0.0-20190716103226-a01260418a50/redins.go:14:2: cannot find module providing package github.com/hawell/logger: module github.com/hawell/logger: git ls-remote -q origin in /home/user/go/pkg/mod/cache/vcs/b4f2716d308070627be718b715ee4f0a31a4141685a8e92ee6746adec86cb005: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
/home/user/go/pkg/mod/github.com/arvancloud/redins@v0.0.0-20190716103226-a01260418a50/redins.go:15:2: cannot find module providing package github.com/hawell/uperdis: module github.com/hawell/uperdis: git ls-remote -q origin in /home/user/go/pkg/mod/cache/vcs/827fd7641f2335c6aef30412cb15e0afc06544e9601a361200c8063282ba93c3: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
These two dependencies no more exist in Github:
https://github.com/hawell/logger
https://github.com/hawell/uperdis
Could you please fix it?
Metadata
Metadata
Assignees
Labels
No labels