go-latex / latex

Go package for LaTeX
BSD 3-Clause "New" or "Revised" License
93 stars 13 forks source link

dependency on github.com/go-fonts/dejavu v0.3.2, which doesn't exist (anymore?) #46

Closed fzipp closed 9 months ago

fzipp commented 9 months ago

The go.mod file lists v0.3.2 of github.com/go-fonts/dejavu as a dependency: https://github.com/go-latex/latex/blob/5c1ce85aa4ea1636d7a06434177ed7ef995a1064/go.mod#L7

However, the latest version tag of go-fonts/dejavu is v0.2.1: https://github.com/go-fonts/dejavu/tags

There seems to have been a v0.3.2 at one point: https://pkg.go.dev/github.com/go-fonts/dejavu?tab=versions

fzipp commented 9 months ago

v0.3.2 of go-fonts/dejavu should probably be retracted, see https://github.com/go-fonts/dejavu/issues/2

sbinet commented 9 months ago

I've published all missing tags. thanks for the issue.