-
Notifications
You must be signed in to change notification settings - Fork 435
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 1.34 KB
/
go.mod
File metadata and controls
21 lines (19 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/chef/chef-web-docs
go 1.25
require (
github.com/chef/automate-private/components/docs-chef-io v0.0.0-20260317150519-1d743352cc07 // 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/compliance-profiles/docs-chef-io v0.0.0-20260316144749-23005063b5b3 // 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
)