diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 23:04:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 23:04:04 -0600 |
| commit | 4d221c522035e05947b136385e23b78eccc9c578 (patch) | |
| tree | ecf38bc0ef3bd1a5047eeee78b50cdebefd5f1bd /finalGoSumCheck.go | |
| parent | a58234f82cad50c0fd6739a1bab968d660777a38 (diff) | |
Diffstat (limited to 'finalGoSumCheck.go')
| -rw-r--r-- | finalGoSumCheck.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
