about summary refs log tree commit diff
path: root/pkgs/development/web/minify/deps.json
blob: 0b2fe8108548990f8e550f8197d09d61737941db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
    {
        "include": "../../libs.json",
        "packages": [
            "github.com/tdewolff/buffer",
            "github.com/tdewolff/parse",
            "github.com/tdewolff/strconv",
            "github.com/dustin/go-humanize",
            "github.com/fsnotify/fsnotify",
            "github.com/matryer/try",
            "github.com/ogier/pflag",
            "golang.org/x/sys"
        ]
    }
]