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

go.mod - github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: a171184b409db5dccf65d11fd9e47784e5d1bd1b (plain)
1
2
3
4
5
6
7
8
9
module github.com/bep/docuapi/v2

go 1.16

require (
	github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.500.100 // indirect
	github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
	github.com/slatedocs/slate v2.9.2+incompatible // indirect
)