diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-14 02:06:41 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-14 02:06:41 +0200 |
commit | 43f808a0e263ada899acb5cc523cfcab6d07c20d (patch) | |
tree | eb019f77fb2111d7c31fc5dcd2a10fe6b7c7ceef /Gopkg.lock | |
parent | 5edcb6c8bd430af4c26567d19c388d4c3e30b681 (diff) | |
download | git-bug-43f808a0e263ada899acb5cc523cfcab6d07c20d.tar.gz |
webui: don't pack the huge .map file for production
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -131,9 +131,12 @@ [[projects]] branch = "master" - digest = "1:7ca2584fa7da0520cd2d1136a10194fe5a5b220bdb215074ab6f7b5ad91115f4" + digest = "1:9d29b003dc5f98647a5dd6754d65c07171fcd35761102ea56ecd3d6993adee7f" name = "github.com/shurcooL/httpfs" - packages = ["vfsutil"] + packages = [ + "filter", + "vfsutil", + ] pruneopts = "UT" revision = "809beceb23714880abc4a382a00c05f89d13b1cc" @@ -216,6 +219,7 @@ "github.com/jroimartin/gocui", "github.com/phayes/freeport", "github.com/pkg/errors", + "github.com/shurcooL/httpfs/filter", "github.com/shurcooL/vfsgen", "github.com/skratchdot/open-golang/open", "github.com/spf13/cobra", |