mirror of
https://github.com/spf13/cobra
synced 2025-04-22 06:37:19 +00:00
11 lines
304 B
Modula-2
11 lines
304 B
Modula-2
|
module github.com/bep/docuapi
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/bep/empty-hugo-module v1.0.0 // indirect
|
||
|
github.com/jquery/jquery-dist v0.0.0-20190501211928-15bc73803f76 // indirect
|
||
|
github.com/olivernn/lunr.js v2.3.8+incompatible // indirect
|
||
|
github.com/slatedocs/slate v2.3.1+incompatible // indirect
|
||
|
)
|