go-mod-outdated
go-mod-outdated copied to clipboard
Does it support golang >= 1.17?
I confirmed through README.md that go-mod-outdated
currently supports golang 1.14, 1.15, and 1.16.
But, the test(GitHub Action) seems to be running on golang 1.17, so what version can go-mod-outdated
support exactly?
Also, It seems that the field of Golang's 'Module Public' structure has been added since 1.16, so is it not necessary to reflect it?
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 i believe since it lives under an internal directory.
As of version v0.9.0 ci run on 1.19 and 1.20.
Sounds great 👍
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 i believe since it lives under an internal directory.
Is ModulePublic
struct output of go-mod-outdate
?