// +build tools // This file is used to version lock build tool dependencies // See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module package tools import ( _ "github.com/golang/mock/gomock" _ "github.com/golang/mock/mockgen" _ "github.com/mitchellh/gox" )