-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
37 lines (34 loc) · 1.53 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/mraerino/hugo-preview-server
go 1.14
replace github.com/gohugoio/hugo => github.com/mraerino/hugo v0.69.1-0.20200413104343-19507e8ae4dc
require (
github.com/aws/aws-lambda-go v1.16.0
github.com/bep/golibsass v0.6.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/gohugoio/hugo v0.69.0
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/go-github/v31 v31.0.0
github.com/markbates/inflect v1.0.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/netlify/netlify-commons v0.32.0
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/viper v1.6.3 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/tdewolff/minify/v2 v2.7.3 // indirect
github.com/yuin/goldmark v1.1.27 // indirect
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)