From 4d221c522035e05947b136385e23b78eccc9c578 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 3 Dec 2024 23:04:04 -0600 Subject: [PATCH] test map for repos that have disappeared or are not working --- finalGoSumCheck.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/finalGoSumCheck.go b/finalGoSumCheck.go index 7bdddd8..b905c78 100644 --- a/finalGoSumCheck.go +++ b/finalGoSumCheck.go @@ -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