golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.87k stars 1.05k forks source link

init failed: unable to determine direct dependencies: unable to deduce repository and source type for "go.dedis.ch/fixbuf": unable to read metadata: go-import metadata not found #2248

Closed dellams closed 3 years ago

dellams commented 4 years ago

What version of dep are you using (dep version)?

dep: version : devel build date : git hash : go version : go1.14.4 go compiler : gc platform : windows/amd64 features : ImportDuringSolve=false

What dep command did you run?

dep init

What did you expect to see?

Success message.

What did you see instead?

Error message.

Hello,

I hope someone can help me please?

I have followed the windows setup instructions here: https://github.com/smartcontractkit/chainlink/wiki/Windows-Development-Setup

But when I get to the step to run "dep ensure" I get this error message:

"could not find project Gopkg.toml, use dep init to initiate a manifest"

When I run "dep init" as it suggests I then get this error message:

"init failed: unable to determine direct dependencies: unable to deduce repository and source type for "go.dedis.ch/fixbuf": unable to read metadata: go-import metadata not found"

Any ideas?

I am very keen to get started with the chainlink API, I wish to integrate it into my own bridging API, but I have been very frustrated with the amount of setup required and I have had a lot of issues to resolve just to get this far! So would really appreciate if someone can help me get up and running ASAP.

Any help would be greatly appreciated.

Many thanks, David

mvdan commented 3 years ago

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!