From 1efd4dc49c9ead4df5887ef327583251a856bc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:51:11 +0000 Subject: [PATCH] build(deps): bump github.com/evanw/esbuild from 0.17.11 to 0.18.17 Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.17.11 to 0.18.17. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.17.11...v0.18.17) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9d4de47c..ead38706 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/StudioSol/set v1.0.0 github.com/adshao/go-binance/v2 v2.4.2 github.com/aybabtme/uniplot v0.0.0-20151203143629-039c559e5e7e - github.com/evanw/esbuild v0.17.11 + github.com/evanw/esbuild v0.18.17 github.com/glebarez/sqlite v1.9.0 github.com/jpillora/backoff v1.0.0 github.com/markcheno/go-talib v0.0.0-20190307022042-cd53a9264d70 diff --git a/go.sum b/go.sum index 9df35a65..0d7ae428 100644 --- a/go.sum +++ b/go.sum @@ -71,8 +71,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/evanw/esbuild v0.17.11 h1:iELpc7FOeTXNEDcweBJbB4K/lvMSPDQHbutLYgKX03g= -github.com/evanw/esbuild v0.17.11/go.mod h1:iINY06rn799hi48UqEnaQvVfZWe6W9bET78LbvN8VWk= +github.com/evanw/esbuild v0.18.17 h1:TloKIlGqcShk4gqyMFz0j+O2VwIL95GfDWVkfMQLI9c= +github.com/evanw/esbuild v0.18.17/go.mod h1:iINY06rn799hi48UqEnaQvVfZWe6W9bET78LbvN8VWk= github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY= github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=