Skip to content

Commit

Permalink
Update theme module
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Jun 20, 2024
1 parent 8ea540e commit 2d65904
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.

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 @@ -14,7 +14,7 @@
# github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e
# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa
# github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd
# github.com/chef/chef-docs-theme v0.0.0-20240528150035-cb21f24f1e5a
# github.com/chef/chef-docs-theme v0.0.0-20240620121322-6e139ab547c0
# github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536
# github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90
# github.com/twitter/hogan.js v3.0.2+incompatible
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/chef/automate/components/docs-chef-io v0.0.0-20240306133449-4e982f867599 // indirect
github.com/chef/chef-docs-theme v0.0.0-20240528150035-cb21f24f1e5a // indirect
github.com/chef/chef-docs-theme v0.0.0-20240620121322-6e139ab547c0 // indirect
github.com/chef/chef-server/docs-chef-io v0.0.0-20240530151056-7940d04f6096 // indirect
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240604075832-44857ee271a3 // indirect
github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/chef/automate/components/docs-chef-io v0.0.0-20240306133449-4e982f867599 h1:vya+2EqafWQi5osINw4CRrmoDNfZ3LJjrAplqpMc7eA=
github.com/chef/automate/components/docs-chef-io v0.0.0-20240306133449-4e982f867599/go.mod h1:juvLC7Rt33YOCgJ5nnfl4rWZRAbSwqjTbWmcAoA0LtU=
github.com/chef/chef-docs-theme v0.0.0-20240528150035-cb21f24f1e5a h1:lgyy1NLw4xbkjDcgG/bOPvBScNgKawe8hxyhDomCoPg=
github.com/chef/chef-docs-theme v0.0.0-20240528150035-cb21f24f1e5a/go.mod h1:+Jpnv+LXE6dXu2xDcMzMc0RxRGuCPAoFxq5tJ/X6QpQ=
github.com/chef/chef-docs-theme v0.0.0-20240620121322-6e139ab547c0 h1:nclinFh5gydzfhQ4EhTQYIP87V5CZ5kRKB5ezrBvTR4=
github.com/chef/chef-docs-theme v0.0.0-20240620121322-6e139ab547c0/go.mod h1:+Jpnv+LXE6dXu2xDcMzMc0RxRGuCPAoFxq5tJ/X6QpQ=
github.com/chef/chef-server/docs-chef-io v0.0.0-20240530151056-7940d04f6096 h1:eMIkzw2xoFc8a+eShc0gXkzw3SKbfrTtAoPwk6o6/iM=
github.com/chef/chef-server/docs-chef-io v0.0.0-20240530151056-7940d04f6096/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY=
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240604075832-44857ee271a3 h1:YaTYy00NbQlfAKBnR7dIvI3kFf6QP14iP2rWVqAXXCQ=
Expand Down

0 comments on commit 2d65904

Please sign in to comment.