`go mod tidy` kept including goorgeous and blackfriday for me - turns out go does not honor gitignore [1] and the correct way of ignoring a subdirectory is to place an empty `go.mod` file in it [2]. As I haven't looked in that file for quite some time and goorgeous has been deprecated let's rather just get rid of the comparison altogether. [1] the .go file requiring goorgeous was placed into `docs/` when running `make generate-gh-pages`. `docs/` is gitignored but not ignored by go [2] https://github.com/golang/go/wiki/Modules#can-an-additional-gomod-exclude-unnecessary-content-do-modules-have-the-equivalent-of-a-gitignore-file |
||
---|---|---|
.. | ||
githooks | ||
_wasm.go | ||
example.png | ||
generate-fixtures | ||
generate-gh-pages | ||
push-hugo-branch | ||
style.css |