Bartlomiej Plotka
Bartlomiej Plotka
Please update the README! I spent 20m to fight with this tool, until I found this ):
Actually it does not support Go modules: ``` ➜ prometheus git:(master) ✗ godepgraph -nostdlib -horizontal ./cmd/prometheus 2020/04/09 12:13:42 failed to import github.com/jpillora/backoff (imported at level 3 by github.com/mwitkow/go-conntrack): cannot find...
Hey, thanks for reporting. I assume you mean it does not work because the `go` statement is still 1.15? Yea, we don't change go statement version for compatibility. In practice...
Just to be strict, exeat version of `go`? Because that is simply version of Go module format nothing else (:
Created https://github.com/bwplotka/bingo-testmodule for this purpose.
Thanks for reporting, and sorry for lag!
Hey, thanks for feedback! Looks like there are more and more opinions to add this (: Here is past discussion why it was not added: https://github.com/bwplotka/bingo/issues/52#issuecomment-751444495 All info is here:...
Hey! Does this version.. matters? (: What exactly you expect the flow looking like? EDIT: I am pretty sure we use native go method to create go mod file, so...
I double checked and can't reproduce, it works with Go 1.16 and adds Go 1.16: ``` module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.16 require github.com/gohugoio/hugo...
Thanks! Something tiny to improve then. Marking as bug and help wanted 🤗