mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-02 23:17:19 +00:00
10 lines
248 B
Modula-2
10 lines
248 B
Modula-2
|
module github.com/google/docsy-example
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f // indirect
|
||
|
github.com/google/docsy v0.5.1 // indirect
|
||
|
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
|
||
|
)
|