-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
35 lines (33 loc) · 1.33 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
module github.com/writefreely/hugo-importer
go 1.15
require (
code.as/core/socks v1.0.0 // indirect
contrib.go.opencensus.io/resource v0.1.1 // indirect
github.com/alecthomas/chroma v0.8.2 // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/gohugoio/hugo v0.110.0
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/miekg/mmark v1.3.6 // indirect
github.com/nicksnyder/go-i18n/v2 v2.1.1 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/snapas/go-snapas v0.1.0
github.com/spf13/afero v1.9.4 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/stretchr/testify v1.8.1
github.com/tdewolff/parse/v2 v2.6.5 // indirect
github.com/urfave/cli v1.22.5
github.com/urfave/cli/v2 v2.24.4
github.com/writeas/go-writeas v1.1.0
github.com/writeas/go-writeas/v2 v2.0.3
github.com/writeas/impart v1.1.1 // indirect
github.com/writeas/nerds v1.0.0 // indirect
github.com/writeas/web-core v1.4.1
github.com/yuin/goldmark v1.5.4 // indirect
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/term v0.5.0
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)