-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 817 Bytes
/
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
module github.com/honmaple/snow
go 1.16
require (
github.com/alecthomas/chroma v0.7.3
github.com/bep/golibsass v1.1.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/flosch/pongo2/v6 v6.0.0
github.com/fsnotify/fsnotify v1.5.4
github.com/gosimple/slug v1.13.1
github.com/honmaple/org-golang v0.0.0-20231114033037-6fde0a6c226d
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/panjf2000/ants/v2 v2.7.1
github.com/pelletier/go-toml/v2 v2.0.8
github.com/russross/blackfriday/v2 v2.0.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cast v1.5.0
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.3
github.com/tdewolff/minify/v2 v2.12.4
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.10.0
gopkg.in/yaml.v3 v3.0.1
)