summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRemko Tronçon <remko@el-tramo.be>2020-07-02 18:16:32 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-13 10:56:23 +0200
commit2fc33807077cd25bf91f2298bf1a8ace126881a7 (patch)
tree13130242231111bde274b4887c427b9827347a95 /go.mod
parentf1916f114b288a8e8598bbcbeeba95fbcea6afb3 (diff)
Add js.Build asset bundling
Fixes #7321
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3969f67fc..fc84e0139 100644
--- a/go.mod
+++ b/go.mod
@@ -15,6 +15,7 @@ require (
github.com/bep/tmc v0.5.1
github.com/disintegration/gift v1.2.1
github.com/dustin/go-humanize v1.0.0
+ github.com/evanw/esbuild v0.6.1
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.7.2
github.com/fsnotify/fsnotify v1.4.7