Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod « exampleSite - github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c6d9cff96bfa6008aad90c27e522880d12300a1 (plain)
1
2
3
4
5
6
7
8
9
10
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-20210302171154-e786e3d9707f // indirect
	github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
	github.com/slatedocs/slate v2.9.2+incompatible // indirect
)