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: bdcba273d7942e099e6c205aad63a466f3d4bd7b (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 // indirect
	github.com/twbs/bootstrap v4.6.1+incompatible // indirect
)