Define parent pages from CLI

This commit is contained in:
Manuel Rüger
2023-08-09 13:06:31 +02:00
parent 8b72bc8e20
commit b426d5c6b1
6 changed files with 38 additions and 16 deletions

4
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.7
github.com/yuin/goldmark v1.5.5
golang.org/x/tools v0.11.0
golang.org/x/tools v0.12.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -34,6 +34,6 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/zazab/zhash v0.0.0-20210630080733-6e809466f8d3 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/sys v0.11.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)