Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gmlewis/go-fonts from 0.18.0 to 0.19.0 #37

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module github.com/gmlewis/go-gerber

go 1.22.4

require (
fyne.io/fyne/v2 v2.4.5
github.com/fogleman/gg v1.3.0
github.com/gmlewis/go-fonts v0.18.0
github.com/gmlewis/go-fonts v0.19.0
github.com/gmlewis/go-fonts-f/fonts/freeserif v0.0.0-20240628233602-f923b1251b49
github.com/gmlewis/go-fonts-z/fonts/znikomitno24 v0.0.0-20240628235854-19a342cac851
github.com/gmlewis/go3d v0.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/fyne-io/glfw-js v0.0.0-20220120001248-ee7290d23504/go.mod h1:gLRWYfYn
github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2 h1:hnLq+55b7Zh7/2IRzWCpiTcAvjv/P8ERF+N7+xXbZhk=
github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2/go.mod h1:eO7W361vmlPOrykIg+Rsh1SZ3tQBaOsfzZhsIOb/Lm0=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/gmlewis/go-fonts v0.18.0 h1:r0GsBn9L7E5Ij2WI/7maxbg2no7VFsDBxFRm5JBKrfI=
github.com/gmlewis/go-fonts v0.18.0/go.mod h1:OSTvYq6t/sv7lzRUTBtiIu0sQ6SeTvF52XYuSIwm/Hs=
github.com/gmlewis/go-fonts v0.19.0 h1:RQfY/CMwBwHfLv3BIA6RNw4JlYY7Ro/YIQUHIQpdEwo=
github.com/gmlewis/go-fonts v0.19.0/go.mod h1:IJWiS9iLyxTlupBXXiDAEndTHeXHraz+OOWDePova0M=
github.com/gmlewis/go-fonts-f/fonts/freeserif v0.0.0-20240628233602-f923b1251b49 h1:qVbSqsBk8biJzVeQSqo982z1x3uBCKZD1TssGGZPoNA=
github.com/gmlewis/go-fonts-f/fonts/freeserif v0.0.0-20240628233602-f923b1251b49/go.mod h1:pRiewuvJeQJpOfx7R67GRqX4IstH6j8gVSDUO010mjw=
github.com/gmlewis/go-fonts-z/fonts/znikomitno24 v0.0.0-20240628235854-19a342cac851 h1:9UNHVfpMvyUi/kDJy2g5bhERl4824RyWqosvNPtujPk=
Expand Down
Loading