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>2021-10-19 09:14:36 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-19 16:33:29 +0300
commitec7c993cfe216b8a3c6fbac85669cefef59778dd (patch)
tree67a336aad9a803f6a9c0c8ac0313626c3d74277c /go.mod
parent32c6f656d93ecf4308f7c30848b13b4c6f157436 (diff)
deps: github.com/evanw/esbuild v0.13.5 => v0.13.8
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 dd7b69ad2..cfe1236ae 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/cli/safeexec v1.0.0
github.com/disintegration/gift v1.2.1
github.com/dustin/go-humanize v1.0.0
- github.com/evanw/esbuild v0.13.5
+ github.com/evanw/esbuild v0.13.8
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.13.1
github.com/fsnotify/fsnotify v1.5.1