aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-14 02:06:41 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-14 02:06:41 +0200
commit43f808a0e263ada899acb5cc523cfcab6d07c20d (patch)
treeeb019f77fb2111d7c31fc5dcd2a10fe6b7c7ceef /Gopkg.lock
parent5edcb6c8bd430af4c26567d19c388d4c3e30b681 (diff)
downloadgit-bug-43f808a0e263ada899acb5cc523cfcab6d07c20d.tar.gz
webui: don't pack the huge .map file for production
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock8
1 files changed, 6 insertions, 2 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 087d8efa..8b89c7a5 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -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",