Skip to content

Commit

Permalink
chore: bump mod-error
Browse files Browse the repository at this point in the history
  • Loading branch information
bowman2001 committed Jan 10, 2024
1 parent 8e014c1 commit 61f26aa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ toolchain go1.21.1
replace github.com/bowman2001/hugo-mod-image => ../

require (
github.com/bowman2001/hugo-mod-error-message v0.1.0 // indirect
github.com/bowman2001/hugo-mod-image v0.0.0-20230929125935-985e35e2767c // indirect
github.com/bowman2001/hugo-mod-error-message v0.3.0 // indirect
github.com/bowman2001/hugo-mod-image v0.6.12 // indirect
github.com/bowman2001/hugo-mod-pangram v0.0.0-20230803153646-6851d0e94236 // indirect
github.com/bowman2001/hugo-mod-resource v0.1.2 // indirect
github.com/bowman2001/hugo-mod-resource v0.1.4 // indirect
)
6 changes: 6 additions & 0 deletions exampleSite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/bowman2001/hugo-mod-error-message v0.0.0-20231017200927-fb4ca93354cd
github.com/bowman2001/hugo-mod-error-message v0.0.0-20231017200927-fb4ca93354cd/go.mod h1:qOtBS8WaRgnWHFVWXqvah1V2bYYWX4sUD7l524QJrgU=
github.com/bowman2001/hugo-mod-error-message v0.1.0 h1:YE39+3IzZPA2+55cnULJfEfJmxQTEL9dCwGdFAFoyWo=
github.com/bowman2001/hugo-mod-error-message v0.1.0/go.mod h1:qOtBS8WaRgnWHFVWXqvah1V2bYYWX4sUD7l524QJrgU=
github.com/bowman2001/hugo-mod-error-message v0.3.0 h1:16Osd3j9FYHVdinWTTSL5sww5tcbiNvmcQQYhy2Imzw=
github.com/bowman2001/hugo-mod-error-message v0.3.0/go.mod h1:qOtBS8WaRgnWHFVWXqvah1V2bYYWX4sUD7l524QJrgU=
github.com/bowman2001/hugo-mod-image v0.0.0-20230824130622-a8b58edb8e0a h1:ZaBVVoibmACKmHa/DjAf6idxh1/UOrYvaaqslMSaLTo=
github.com/bowman2001/hugo-mod-image v0.0.0-20230824130622-a8b58edb8e0a/go.mod h1:S6nfOoTUyVKnDj92lm+SMjUH3WWbzc++FVmflwGyRck=
github.com/bowman2001/hugo-mod-image v0.0.0-20230824132640-c1aec8739c5b h1:2elhYb14MO4PmCgE/1xd0EnsgjXT6DVJz4T6GDAExQg=
Expand Down Expand Up @@ -78,3 +80,7 @@ github.com/bowman2001/hugo-mod-resource v0.1.0 h1:x/dQKplZ3JO8vhdn22BMPNmAhNw+br
github.com/bowman2001/hugo-mod-resource v0.1.0/go.mod h1:XaqBpwviNkKXnCArAwk2jQAysLJxWbJxRbtniDIJwd0=
github.com/bowman2001/hugo-mod-resource v0.1.2 h1:+6thJesmW8Q6FQgCawW39JqJB7Kg35oaxsdzyQgmkiA=
github.com/bowman2001/hugo-mod-resource v0.1.2/go.mod h1:XaqBpwviNkKXnCArAwk2jQAysLJxWbJxRbtniDIJwd0=
github.com/bowman2001/hugo-mod-resource v0.1.3 h1:ZCA5eDR4cyihtXEJppkjhb5svUy/6Pv169W9tlx4fSw=
github.com/bowman2001/hugo-mod-resource v0.1.3/go.mod h1:XaqBpwviNkKXnCArAwk2jQAysLJxWbJxRbtniDIJwd0=
github.com/bowman2001/hugo-mod-resource v0.1.4 h1:NS/ywH38FBGdEOfIjtQ5/wVJ6Gdxkm9gQc6ayRmAxz0=
github.com/bowman2001/hugo-mod-resource v0.1.4/go.mod h1:s1PIe/AVIX+pr6mBDbIbNvaseGPuZK08NkgxPMyVYSQ=
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.21.0
toolchain go1.21.1

require (
github.com/bowman2001/hugo-mod-error-message v0.2.0 // indirect
github.com/bowman2001/hugo-mod-resource v0.1.3 // indirect
github.com/bowman2001/hugo-mod-error-message v0.3.0 // indirect
github.com/bowman2001/hugo-mod-resource v0.1.4 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/bowman2001/hugo-mod-error-message v0.1.0 h1:YE39+3IzZPA2+55cnULJfEfJm
github.com/bowman2001/hugo-mod-error-message v0.1.0/go.mod h1:qOtBS8WaRgnWHFVWXqvah1V2bYYWX4sUD7l524QJrgU=
github.com/bowman2001/hugo-mod-error-message v0.2.0 h1:m6PrjqFXg+4vur9wr0UpJsoLWltTwfxyKCxeTuBiv3M=
github.com/bowman2001/hugo-mod-error-message v0.2.0/go.mod h1:qOtBS8WaRgnWHFVWXqvah1V2bYYWX4sUD7l524QJrgU=
github.com/bowman2001/hugo-mod-error-message v0.3.0 h1:16Osd3j9FYHVdinWTTSL5sww5tcbiNvmcQQYhy2Imzw=
github.com/bowman2001/hugo-mod-error-message v0.3.0/go.mod h1:qOtBS8WaRgnWHFVWXqvah1V2bYYWX4sUD7l524QJrgU=
github.com/bowman2001/hugo-mod-resource v0.0.0-20230827183443-a64d78766181 h1:ptAigNqbktBI2kiNxxlmk5qmPKzrgDCfxD20jh+p0aA=
github.com/bowman2001/hugo-mod-resource v0.0.0-20230827183443-a64d78766181/go.mod h1:ogxoWgrfHZ1zwnU02JMH0Ep43QIr19T5Ld9pLDnBwVs=
github.com/bowman2001/hugo-mod-resource v0.0.0-20230828081742-ba67f8a96c7e h1:X+uekrNFDBM6uD5BeGBwgu0wBdUu09I+PwwLyE2QGfs=
Expand Down Expand Up @@ -82,3 +84,5 @@ github.com/bowman2001/hugo-mod-resource v0.1.2 h1:+6thJesmW8Q6FQgCawW39JqJB7Kg35
github.com/bowman2001/hugo-mod-resource v0.1.2/go.mod h1:XaqBpwviNkKXnCArAwk2jQAysLJxWbJxRbtniDIJwd0=
github.com/bowman2001/hugo-mod-resource v0.1.3 h1:ZCA5eDR4cyihtXEJppkjhb5svUy/6Pv169W9tlx4fSw=
github.com/bowman2001/hugo-mod-resource v0.1.3/go.mod h1:XaqBpwviNkKXnCArAwk2jQAysLJxWbJxRbtniDIJwd0=
github.com/bowman2001/hugo-mod-resource v0.1.4 h1:NS/ywH38FBGdEOfIjtQ5/wVJ6Gdxkm9gQc6ayRmAxz0=
github.com/bowman2001/hugo-mod-resource v0.1.4/go.mod h1:s1PIe/AVIX+pr6mBDbIbNvaseGPuZK08NkgxPMyVYSQ=

0 comments on commit 61f26aa

Please sign in to comment.