-
Notifications
You must be signed in to change notification settings - Fork 437
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 1.42 KB
/
go.mod
File metadata and controls
22 lines (20 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/chef/chef-web-docs
go 1.23
require (
github.com/chef/automate/components/docs-chef-io v0.0.0-20260312110504-61ca031112bf // indirect
github.com/chef/chef-docs-theme v0.0.0-20260205163614-f3de0a06834b // indirect
github.com/chef/chef-server/docs-chef-io v0.0.0-20260205152551-3adfd5c23b76 // indirect
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20260305090857-6219aa1658a2 // indirect
github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20251118120313-e88c9a573f5a // indirect
github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251209163658-197a4b801e47 // indirect
github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 // indirect
github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f // indirect
github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621 // indirect
github.com/chef/samples v0.0.0-20250424163637-3393187e624c // indirect
github.com/chef/supermarket/docs-chef-io v0.0.0-20251111140113-2790dadeef26 // indirect
github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 // indirect
github.com/habitat-sh/on-prem-builder/docs-chef-io v0.0.0-20260226205032-3c55e89d5039 // indirect
github.com/swiftype/swiftype-autocomplete-jquery v0.0.0-20190222215504-a90008d64b30 // indirect
github.com/swiftype/swiftype-search-jquery v1.1.0 // indirect
github.com/twitter/hogan.js v3.0.2+incompatible // indirect
)