From 681dd31a317ce153d2b94ff9b388fb1bb0c3319d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:35:18 +0000 Subject: [PATCH] build(deps): bump github.com/evanw/esbuild from 0.28.0 to 0.28.1 Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.28.0 to 0.28.1. - [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.28.0...v0.28.1) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 be3b75f..81ee363 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/indaco/tempo go 1.26.0 require ( - github.com/evanw/esbuild v0.28.0 + github.com/evanw/esbuild v0.28.1 github.com/fatih/color v1.19.0 github.com/indaco/tempo-api v0.0.0-20250217085709-fd62d35b4d54 github.com/urfave/cli/v3 v3.9.0 diff --git a/go.sum b/go.sum index 432988f..8621892 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/evanw/esbuild v0.28.0 h1:V96ghtc5p5JnNUQIUsc5H3kr+AcFcMqOJll2ZmJW6Lo= -github.com/evanw/esbuild v0.28.0/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= +github.com/evanw/esbuild v0.28.1 h1:ds+yuRyUaZGx++GR56CrCeuXh8PVhVM4xq8v7PNELFc= +github.com/evanw/esbuild v0.28.1/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= github.com/fatih/color v1.19.0 h1:Zp3PiM21/9Ld6FzSKyL5c/BULoe/ONr9KlbYVOfG8+w= github.com/fatih/color v1.19.0/go.mod h1:zNk67I0ZUT1bEGsSGyCZYZNrHuTkJJB+r6Q9VuMi0LE= github.com/indaco/tempo-api v0.0.0-20250217085709-fd62d35b4d54 h1:Wwf7jWr61/dIG3Fpr+ACwIaQwwcAFXdCRfL1Qrzz0dg=