On 2023/01/24 19:06, Omar Polo wrote: > go-tools needs some love :) > > Diff below updates it to the latest tag which is... 0.5.0, hence > EPOCH. I don't see any tag 1.12 tag in the repo, only 0.1.12. > Haven't digged in the history to see if they changed/retired tags. > go-tools doesn't have any other ports depending on it so nothing else > need to be done, right?
Right. The only thing that will care is the @conflict that gopls will want, but that's easy because it will be against the old version so no v0 to worry about. > I've switched the port to use MODGO_MODNAME and fetch the modules > needed, dropping the build depends on net/go-net (which can be > removed, but this is for another thread once this gets in) OK. Also OK with me to remove go-goptlib and then go-net.