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: b4accfcb53162810aa2ca31e403422512f8b7397 (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-20220831210243-d3a7818c253f // indirect
	github.com/google/docsy/dependencies v0.5.1 // indirect
	github.com/twbs/bootstrap v4.6.2+incompatible // indirect
)