missing dependencies (user banned?) #231

Closed
opened 2026-01-19 18:29:31 +00:00 by michael · 5 comments
Owner

Originally created by @despair86 on GitHub.

bucket@bucket:~$ go get github.com/dutchcoders/transfer.sh
package github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of:
        /opt/local/go112/src/github.com/russross/blackfriday/v2 (from $GOROOT)
        /home/bucket/go/src/github.com/russross/blackfriday/v2 (from $GOPATH)
Originally created by @despair86 on GitHub. ``` bucket@bucket:~$ go get github.com/dutchcoders/transfer.sh package github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of: /opt/local/go112/src/github.com/russross/blackfriday/v2 (from $GOROOT) /home/bucket/go/src/github.com/russross/blackfriday/v2 (from $GOPATH) ```
Author
Owner

@despair86 commented on GitHub:

oh I'm on go 1.12-13, but the repo itself no longer exists regardless

On January 5, 2020 2:48:38 AM CST, Andrea Spacca notifications@github.com wrote:

@despair86 transfer.sh uses gomodule, can you try with
GO111MODULE=on?
also, what version of go are you using?

--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/dutchcoders/transfer.sh/issues/281#issuecomment-570890377

@despair86 commented on GitHub: oh I'm on go 1.12-13, but the repo itself no longer exists regardless On January 5, 2020 2:48:38 AM CST, Andrea Spacca <notifications@github.com> wrote: >@despair86 transfer.sh uses gomodule, can you try with >`GO111MODULE=on`? >also, what version of go are you using? > >-- >You are receiving this because you were mentioned. >Reply to this email directly or view it on GitHub: >https://github.com/dutchcoders/transfer.sh/issues/281#issuecomment-570890377
Author
Owner

@paolafrancesca commented on GitHub:

@despair86 transfer.sh uses gomodule, can you try with GO111MODULE=on?
also, what version of go are you using?

@paolafrancesca commented on GitHub: @despair86 transfer.sh uses gomodule, can you try with `GO111MODULE=on`? also, what version of go are you using?
Author
Owner

@paolafrancesca commented on GitHub:

the repo exists: https://github.com/russross/blackfriday

@paolafrancesca commented on GitHub: the repo exists: https://github.com/russross/blackfriday
Author
Owner

@paolafrancesca commented on GitHub:

https://github.com/golang/go/issues/36391

I've opened this: in the meanwhile you can fix with cloning the repo and doing a go get ./...

@paolafrancesca commented on GitHub: https://github.com/golang/go/issues/36391 I've opened this: in the meanwhile you can fix with cloning the repo and doing a `go get ./...`
Author
Owner

@paolafrancesca commented on GitHub:

@despair86 fixed in v1.1.3

@paolafrancesca commented on GitHub: @despair86 fixed in v1.1.3
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#231