From e38a3fda830f08faf6c2e4e4e4af04b777b3c31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:44:51 +0000 Subject: [PATCH] chore(deps): bump github.com/hatchet-dev/hatchet Bumps the go-modules group with 1 update in the /examples/simple-go directory: [github.com/hatchet-dev/hatchet](https://github.com/hatchet-dev/hatchet). Updates `github.com/hatchet-dev/hatchet` from 0.88.6 to 0.89.6 - [Release notes](https://github.com/hatchet-dev/hatchet/releases) - [Changelog](https://github.com/hatchet-dev/hatchet/blob/main/CHANGELOG.md) - [Commits](https://github.com/hatchet-dev/hatchet/compare/v0.88.6...v0.89.6) --- updated-dependencies: - dependency-name: github.com/hatchet-dev/hatchet dependency-version: 0.89.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] --- examples/simple-go/go.mod | 4 ++-- examples/simple-go/go.sum | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/simple-go/go.mod b/examples/simple-go/go.mod index 54ecacf..917f67a 100644 --- a/examples/simple-go/go.mod +++ b/examples/simple-go/go.mod @@ -1,9 +1,9 @@ module github.com/hatchet-dev/hatchet-go-quickstart -go 1.25.9 +go 1.26 require ( - github.com/hatchet-dev/hatchet v0.88.6 + github.com/hatchet-dev/hatchet v0.89.6 github.com/joho/godotenv v1.5.1 ) diff --git a/examples/simple-go/go.sum b/examples/simple-go/go.sum index 28858da..ce49419 100644 --- a/examples/simple-go/go.sum +++ b/examples/simple-go/go.sum @@ -78,8 +78,10 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k= github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM= -github.com/hatchet-dev/hatchet v0.88.6 h1:ws7EpdHLnotZN60tgspQct4NkmdDhQeKJQ/VwXaLVfU= -github.com/hatchet-dev/hatchet v0.88.6/go.mod h1:mcOO2ia03lAbTdG/ubLXFNXQJPltXUmhzM0E9TV4jhU= +github.com/hatchet-dev/hatchet v0.89.6 h1:cOGlo1pnKeEL1DXXjc9MzcJ4wxSK2qBMJP7XN5m3b3s= +github.com/hatchet-dev/hatchet v0.89.6/go.mod h1:tVkV4bSJjjgzKFkUy1ONSnRFEB0BUfGMiEKBJ78nd1k= +github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6 h1:D/V0gu4zQ3cL2WKeVNVM4r2gLxGGf6McLwgXzRTo2RQ= +github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6/go.mod h1:a/s9Lp5W7n/DD0VrVoyJ00FbP2ytTPDVOivvn2bMlds= github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM= github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=