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

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

go 1.12

require (
	github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac // indirect
	github.com/google/docsy/dependencies v0.5.0-0.20220905171817-ae8b8117ed16 // indirect
	github.com/twbs/bootstrap v4.6.1+incompatible // indirect
)