redcode-labs / Coldfire

Golang malware development library
MIT License
931 stars 142 forks source link

Unable to install via go get #18

Closed ZephrFish closed 3 years ago

ZephrFish commented 3 years ago

Each time I attempt to go get -u the package I get the following error:

 go get -u github.com/redcode-labs/Coldfire                                                                                                                                                                 
package github.com/minio/minio/pkg/disk: cannot find package "github.com/minio/minio/pkg/disk" in any of:
    /usr/local/Cellar/go/1.14.5/libexec/src/github.com/minio/minio/pkg/disk (from $GOROOT)
    /Users/zephr/go/src/github.com/minio/minio/pkg/disk (from $GOPATH)

Any suggestions on how to remediate?

Version of Go: go version go1.14.5 darwin/amd64

wintrmvte commented 3 years ago

Hi, thanks for reaching out :> Please try running sudo go get -u github.com/minio/minio/pkg/disk. If this malfunction persists, I will attempt to change the broken disk dependency to something less error-prone.

ZephrFish commented 3 years ago

Hey, tried that but still get an issue:

cannot find package "github.com/minio/minio/pkg/disk" in any of:
        /usr/lib/go-1.15/src/github.com/minio/minio/pkg/disk (from $GOROOT)
        /root/go/src/github.com/minio/minio/pkg/disk (from $GOPATH)
TormentedSoul666 commented 3 years ago

go mod tidy go mod vendor go mod download

unrooted commented 3 years ago

Hi, this should be fixed by now (tested by all of us in our org, works fine for us all in here)