Skip to content

go.mod: update after new x/tools release

Administrator requested to merge aharvey/go-generate into main

Created by: LawnGnome

It took me a while to understand why this was causing CI checks to fail: it's because we actually pull the latest x/tools in dev/mockgen.sh as part of getting the latest go-mockgen, and that affects the global go.mod.

That probably shouldn't happen, but for now I want my builds to pass again, so one problem at a time.

We use x/tools in a couple of other places: cmd/frontend/internal/{app,vfsutil}, to be precise. The tests there pass, but I won't pretend to be an expert on those packages.

Merge request reports

Loading