At the end of the bump, we run go mod tidy this might upgrade some of the dependencies defined in gobump.deps. If that happens, gobump could error and suggest a new list of dependencies without that one that got updated. This could help to keep a healthy list of deps until we integrate Ariadne's work.
At the end of the bump, we run
go mod tidy
this might upgrade some of the dependencies defined in gobump.deps. If that happens, gobump could error and suggest a new list of dependencies without that one that got updated. This could help to keep a healthy list of deps until we integrate Ariadne's work.