Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-25 19:39:51 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-25 19:39:51 +0300
commit8a6e70605350255920100c5c085bb9ea6576d972 (patch)
treed1fd95b065f05747b2195c6fee460ac4d71eb479 /go.mod
parent34061706e6a9631d92ae3d01e0458eee7bc251cc (diff)
deps: Update to github.com/evanw/esbuild 0.8.11 to 0.8.14
Closes #7986
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 e090969fa..ca14d56f8 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,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.11
+ github.com/evanw/esbuild v0.8.15
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.11.2
github.com/fsnotify/fsnotify v1.4.9