Closed st3iny closed 4 months ago
I just realized that this has been fixed on master in the meantime. I tried building the latest tag v1.5.1.
A new release would fix this issue.
EDIT: The related commit is https://github.com/charmbracelet/glow/commit/f0734709f0be19a34e648caaf63340938a50caa2.
yep, this should be fixed on master.
thanks!
Describe the bug Glow does not build after vendoring dependencies.
It could be fixed by updating the lang level in go.mod and updating the lock file.
Setup Please complete the following information along with version numbers, if applicable.
To Reproduce Steps to reproduce the behavior:
go mod vendor
go build
Expected behavior The package should build just as it does without vendored dependencies.