[go-nuts] Re: Prevent a package from being updated using go modules

2019-07-21 Thread Pantelis Sampaziotis
t; then you can > remove the exclude directive. > > > On Monday, July 15, 2019 at 2:14:22 PM UTC-4, Pantelis Sampaziotis wrote: >> >> Hi, >> >> I would like to ask if there is a functionality similar to apt-mark hold >> (which prevents package from being

[go-nuts] Prevent a package from being updated using go modules

2019-07-15 Thread Pantelis Sampaziotis
Hi, I would like to ask if there is a functionality similar to apt-mark hold (which prevents package from being automatically installed, upgraded or removed) in go modules. The case I have is that after updating a package from 1.2.2 to 1.3.0, a bug was introduced which can break the app in som