Skip to content

Commit

Permalink
Update hugo deps
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 9, 2023
1 parent cb99705 commit fa4693d
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 28 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/appscodelabs/hugo-tools
go 1.18

require (
github.com/appscode/static-assets v0.8.3-0.20231018144821-f353e30b2a5f
github.com/appscode/static-assets v0.8.4-0.20231209062703-fb38af821fe4
github.com/gohugoio/hugo v0.49.1
github.com/imdario/mergo v0.3.13
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 h1:p9Sln00KOTlrYkx
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/appscode/static-assets v0.8.3-0.20231018144821-f353e30b2a5f h1:O2AyHXAROVa+lImSWKl1J7TdABs4sicIjboFMpjuXFA=
github.com/appscode/static-assets v0.8.3-0.20231018144821-f353e30b2a5f/go.mod h1:kCLLNKfaalReOA5y5u1mItaXPa50YGfOXYGj690dPDc=
github.com/appscode/static-assets v0.8.4-0.20231209062703-fb38af821fe4 h1:yNHoMD8sk16cc8uEJY4HhWWuP5VjKFC1ZjM6UAvdOD8=
github.com/appscode/static-assets v0.8.4-0.20231209062703-fb38af821fe4/go.mod h1:kCLLNKfaalReOA5y5u1mItaXPa50YGfOXYGj690dPDc=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ github.com/alecthomas/chroma/lexers/w
github.com/alecthomas/chroma/lexers/x
github.com/alecthomas/chroma/lexers/y
github.com/alecthomas/chroma/styles
# github.com/appscode/static-assets v0.8.3-0.20231018144821-f353e30b2a5f
# github.com/appscode/static-assets v0.8.4-0.20231209062703-fb38af821fe4
## explicit; go 1.20
github.com/appscode/static-assets
github.com/appscode/static-assets/api
Expand Down

0 comments on commit fa4693d

Please sign in to comment.