summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-03-09 12:23:42 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-03-14 11:51:25 +0100
commit1b1dcf586e220c3a8ad5ecfa8e4c3dac97f0ab44 (patch)
tree9f72cdb33b2882220c50cdd08259c13078824e32 /go.mod
parentf6612d8bd8c4c3bb498178d14f45d3acdf86aa7c (diff)
deps: Update to esbuild v0.9.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 56c2bdb63..4446af45a 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
github.com/disintegration/gift v1.2.1
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
- github.com/evanw/esbuild v0.8.46
+ github.com/evanw/esbuild v0.9.0
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.11.3
github.com/fsnotify/fsnotify v1.4.9