Skip to content

Problem compiling: Some dependencies no more exist for downloading #16

@alpominth

Description

@alpominth

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions