Duco van Amstel

Results 14 comments of Duco van Amstel

Just to update after @mvdan's message that [github.com/Helcaraxan/gomod](https://github.com/Helcaraxan/gomod) now supports querying and visualising both the module and package dependency graphs of a given Go module since the v0.6.0 release that...

@bwplotka I am not entirely sure about the nature of the problem that you are facing. Could you give an example of what you are doing, what you would expect...

@bwplotka how much time elapsed between you tagging `v0.1.0` and you doing the `go get -u github.com/bwplotka/bingo`? If it's less than 5-15m the module proxy might not have yet picked...

The addition of some graph generation testing as part of #28 has been a step in the right direction. this now needs to be refactored into running as a proper...

Now that all the work has been done on #71 and #47 and a follow-up cleanup has taken place in #91 this should now be much more actionable as the...

Hello folks. Just a quick message to drop-in and acknowledge the ticket. I sincerely apologise for the (way too) long delay. For some reason something had switched off notifications about...

Hello @sylr. Thank you for the feedback on the query feature. Currently you can already do: ``` gomod graph [-p] '/...[:test]' ``` to achieve your goal. I do however agree...

You can have a look at the latest master now that #108 has been merged. It: - adds the defaulting to showing the full dependency graph if no query is...

Although I understand where you are coming from with the threading not being carried over I don't think that the proposed solution achieves what you really want for both UX...

Hello @chaoweili and @erstaples. I've only very recently picked up this repository for maintenance. I'll try to address this issue in the near term.