Skip to content

Commit 87f8aa9

Browse files
authored
Merge pull request #37 from snipem/develop-drop-toc-fix
Drop Asciidoctor ToC Fix in Theme, Upgrade to Hugo 0.75.0
2 parents 2b62277 + 1a07bbf commit 87f8aa9

File tree

3 files changed

+180
-60
lines changed

3 files changed

+180
-60
lines changed

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,19 @@ go 1.12
55
require (
66
github.com/Flaque/filet v0.0.0-20190209224823-fc4d33cfcf93
77
github.com/PuerkitoBio/goquery v1.5.1
8-
github.com/fsnotify/fsnotify v1.4.9 // indirect
98
github.com/gobuffalo/envy v1.9.0 // indirect
10-
github.com/gohugoio/hugo v0.73.1-0.20200625075133-f0266e2ef348
11-
github.com/golang/protobuf v1.3.2 // indirect
9+
github.com/gohugoio/hugo v0.75.0
1210
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
13-
github.com/mitchellh/mapstructure v1.2.2 // indirect
1411
github.com/mmcdole/gofeed v1.0.0-beta2
1512
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
1613
github.com/pkg/errors v0.9.1
1714
github.com/rogpeppe/go-internal v1.5.2 // indirect
1815
github.com/sirupsen/logrus v1.5.0
19-
github.com/spf13/cobra v0.0.7 // indirect
20-
github.com/spf13/viper v1.6.2 // indirect
2116
github.com/stretchr/testify v1.5.1
2217
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
2318
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
24-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
2519
gopkg.in/ini.v1 v1.55.0 // indirect
2620
gopkg.in/src-d/go-billy.v4 v4.3.2
2721
gopkg.in/src-d/go-git.v4 v4.13.1
28-
gopkg.in/yaml.v2 v2.2.8
22+
gopkg.in/yaml.v2 v2.3.0
2923
)

0 commit comments

Comments
 (0)