Pantelis Sampaziotis

Results 9 comments of Pantelis Sampaziotis

Any idea why this fails on Go 1.14? The job log https://travis-ci.org/github/streadway/amqp/jobs/685988405 exceeds the maximum log length and it terminates without any useful information

Thanks for your PR! Can you please include the following? - update this test https://github.com/psampaz/go-mod-outdated/blob/master/internal/runner/runner_test.go#L13 to include the json style - update the Added section of the changelog https://github.com/psampaz/go-mod-outdated/blob/master/CHANGELOG.md#added

I just run your PR locally and I realized that the output is not what I expected. The -style json does not change the output style but also the data:...

thanks for you suggestion. It seems like a good use case, I think I will accept a PR for this.

@deleteriousEffect if what you mean is that the new exit-code flag should require ci flag to be set, then no. Let's keep it simple. I suggest having the default flag...

Hi @JacobGo, sorry for my late reply and thank you for this PR. I do not know if I like the idea of sending requests concurrently, since according to Github...

@Seldaek is there a specific reason why the github info is not exposed via the api call (packages/{name}.json)? Would you accept such a pull request?

@shareef-dweikat this is not related to with go-mod-outdated but to you local configuration related to PATH environment variable. I think the binary should be located in GOPATH folder. You can...

As of version v0.9.0 ci run on 1.19 and 1.20. Can you please point me to a public Module struct that I can use? This one https://github.com/golang/go/blob/master/src/cmd/go/internal/modinfo/info.go#L16 cannot be imported...