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/hidapple/isbn-gen from 1.0.0 to 1.0.1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/chromedp/cdproto v0.0.0-20201204063249-be40c824ad18
github.com/chromedp/chromedp v0.5.4
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff
github.com/hidapple/isbn-gen v1.0.0
github.com/hidapple/isbn-gen v1.0.1
github.com/satori/go.uuid v1.2.0
github.com/schollz/progressbar/v2 v2.15.0
github.com/sndnvaps/go-epub v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff h1:W71vTCKoxtdXgnm1E
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff/go.mod h1:wfqRWLHRBsRgkp5dmbG56SA0DmVtwrF5N3oPdI8t+Aw=
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e h1:JKmoR8x90Iww1ks85zJ1lfDGgIiMDuIptTOhJq+zKyg=
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/hidapple/isbn-gen v1.0.0 h1:xgWWd3Ftb3QeQbAPxqFx2QPTLbv6VZ1ArOsMHeF8fIE=
github.com/hidapple/isbn-gen v1.0.0/go.mod h1:h0wwe/MLUq40dTZvtdPph5t4EXnykaQbv+FPcj4wk+I=
github.com/hidapple/isbn-gen v1.0.1 h1:Hs10fuRAoQmbhvQG20jASprExzPryo9wUUwOeVKTosA=
github.com/hidapple/isbn-gen v1.0.1/go.mod h1:h0wwe/MLUq40dTZvtdPph5t4EXnykaQbv+FPcj4wk+I=
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/jtolds/gls v4.2.1+incompatible h1:fSuqC+Gmlu6l/ZYAoZzx2pyucC8Xza35fpRVWLVmUEE=
Expand Down