forked from chef/chef-web-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 1.44 KB
/
go.mod
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.16
require (
github.com/chef/automate/components/docs-chef-io v0.0.0-20220801064919-6b5002526148 // indirect
github.com/chef/chef-server/docs-chef-io v0.0.0-20220623065145-4e333bd7daa2 // indirect
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20220704114750-d2b917f21b9e // indirect
github.com/chef/desktop-config/docs-chef-io v0.0.0-20220405052948-5947f844edff // indirect
github.com/chef/effortless/docs-chef-io v0.0.0-20211119164252-4ff3d53886be // indirect
github.com/chef/supermarket/docs-chef-io v0.0.0-20220624080212-e87c200c2d21 // indirect
github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 // indirect
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20220721152510-652c6e798c9b // indirect
github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20220218210517-5887448b615c // indirect
github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20220228151600-69aa036b1527 // indirect
github.com/inspec/inspec-azure/docs-chef-io v0.0.0-20220228040450-e1b23e65979a // indirect
github.com/inspec/inspec-habitat/docs-chef-io v0.0.0-20220218210405-bfd542da49fd // indirect
github.com/inspec/inspec/docs-chef-io v0.0.0-20220711135219-de7931d0c2a9 // 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
)