-
Notifications
You must be signed in to change notification settings - Fork 26
/
go.mod
51 lines (49 loc) · 2.19 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/moulco/moul
go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/briandowns/spinner v1.11.1
github.com/denisbrodbeck/sqip v0.7.0
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.9.0
github.com/fogleman/gg v1.3.0
github.com/fogleman/primitive v0.0.0-20200504002142-0373c216458b // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gobuffalo/flect v0.2.1 // indirect
github.com/gobuffalo/helpers v0.6.1
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gobuffalo/plush v3.8.3+incompatible
github.com/gobuffalo/tags v2.1.7+incompatible // indirect
github.com/gobuffalo/validate/v3 v3.3.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/golang/protobuf v1.4.2 // indirect
github.com/gosimple/slug v1.9.0
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/microcosm-cc/bluemonday v1.0.15 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/otiai10/copy v1.2.0
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rhysd/go-github-selfupdate v1.2.2
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/afero v1.3.4 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/tdewolff/minify v2.3.6+incompatible // indirect
github.com/tdewolff/minify/v2 v2.8.0
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/ulikunitz/xz v0.5.8 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/ini.v1 v1.58.0 // indirect
)