forked from chef/chef-web-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
18 lines (16 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/chef/chef-web-docs
go 1.16
require (
github.com/chef/automate/components/docs-chef-io v0.0.0-20210420084556-a8f680b70e0e // indirect
github.com/chef/chef-server/docs-chef-io v0.0.0-20210422122944-3a004418c08d // indirect
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20210224180306-c98d1ffba769 // indirect
github.com/chef/cookstyle/docs-chef-io v0.0.0-20210417214710-6a8e747f2a2c // indirect
github.com/chef/desktop-config/docs-chef-io v0.0.0-20210219180412-c50c4ad0869d // indirect
github.com/chef/effortless/docs-chef-io v0.0.0-20210212122821-321ee6f6699a // indirect
github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 // indirect
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20210423191645-f458a70af004 // indirect
github.com/inspec/inspec/docs-chef-io v0.0.0-20210428201006-4cd7a4012a86 // 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
)