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=