test map for repos that have disappeared or are not working

This commit is contained in:
Jeff Carr 2024-12-03 23:04:04 -06:00
parent a58234f82c
commit 4d221c5220
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@ func (f *Forge) checkOverride(gopath string) bool {
log.Info("checkOverride() is ignoring", gopath)
return true
}
if gopath == "bou.ke/monkey" {
log.Info("checkOverride() is ignoring", gopath)
return true
}
if gopath == "github.com/posener/complete/v2" {
log.Info("checkOverride() is ignoring", gopath)
return true