Skip to content

Commit

Permalink
Update assets api
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 30, 2022
1 parent c4aa8c4 commit 93bace5
Show file tree
Hide file tree
Showing 16 changed files with 362 additions and 26 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.17

require (
github.com/appscode/static-assets v0.8.0
github.com/appscode/static-assets v0.8.1
github.com/gohugoio/hugo v0.49.1
github.com/imdario/mergo v0.3.5
github.com/spf13/cast v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,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.0 h1:UTkw0b62KguLU/4hugfcT1EKA16IXricAWflGe8mJRM=
github.com/appscode/static-assets v0.8.0/go.mod h1:wagjOaVEcH09nnkQhhM2yMIaHtSo12+iXVsisIyt+uk=
github.com/appscode/static-assets v0.8.1 h1:d4DTtAPKd8USi66JWB8gDz5xG5Gk1NgxZxtnS/0Uncg=
github.com/appscode/static-assets v0.8.1/go.mod h1:wagjOaVEcH09nnkQhhM2yMIaHtSo12+iXVsisIyt+uk=
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
2 changes: 1 addition & 1 deletion vendor/github.com/appscode/static-assets/api/types.go

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.

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.

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.

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

Loading

0 comments on commit 93bace5

Please sign in to comment.