Skip to content

Commit 4db0471

Browse files
authored
Update example site to docsy theme v0.2.0 (#171)
1 parent 8abca4c commit 4db0471

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
module github.com/google/docsy-example
22

3-
go 1.13
3+
go 1.12
44

55
require (
66
github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac // indirect
7-
github.com/google/docsy v0.2.0-pre.0.20220404161753-f7b37a0aca2a // indirect
8-
github.com/google/docsy/dependencies v0.2.0-pre.0.20220404161753-f7b37a0aca2a // indirect
7+
github.com/google/docsy v0.2.0 // indirect
98
github.com/twbs/bootstrap v4.6.1+incompatible // indirect
109
)

0 commit comments

Comments
 (0)