about summary refs log tree commit diff
path: root/pkgs/applications/misc/hugo/deps.json
blob: 47f67d4269c47290767272784d915250157c1fe2 (plain) (blame)
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
[
  {
    "include": "../../libs.json",
    "packages": [
        "gopkg.in/yaml.v2",
        "github.com/hashicorp/hcl",
        "github.com/pkg/sftp",
        "golang.org/x/sys",
        "github.com/hashicorp/go-multierror",
        "golang.org/x/crypto",
        "github.com/pkg/errors",
        "github.com/kr/fs",
        "github.com/kyokomi/emoji",
        "github.com/bep/inflect",
        "github.com/BurntSushi/toml",
        "github.com/PuerkitoBio/purell",
        "github.com/PuerkitoBio/urlesc",
        "github.com/dchest/cssmin",
        "github.com/eknkc/amber",
        "github.com/gorilla/websocket",
        "github.com/kardianos/osext",
        "github.com/miekg/mmark",
        "github.com/mitchellh/mapstructure",
        "github.com/russross/blackfriday",
        "github.com/shurcooL/sanitized_anchor_name",
        "github.com/spf13/afero",
        "github.com/spf13/cast",
        "github.com/spf13/jwalterweatherman",
        "github.com/spf13/cobra",
        "github.com/cpuguy83/go-md2man",
        "github.com/inconshreveable/mousetrap",
        "github.com/spf13/pflag",
        "github.com/spf13/fsync",
        "github.com/spf13/viper",
        "github.com/kr/pretty",
        "github.com/kr/text",
        "github.com/magiconair/properties",
        "golang.org/x/text",
        "github.com/yosssi/ace",
        "github.com/spf13/nitro",
        "github.com/fsnotify/fsnotify"
    ]
  }
]