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