Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/simple-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hatchet-dev/hatchet-go-quickstart
go 1.26

require (
github.com/hatchet-dev/hatchet v0.101.13
github.com/hatchet-dev/hatchet v0.101.20
github.com/joho/godotenv v1.5.1
)

Expand Down
4 changes: 2 additions & 2 deletions examples/simple-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ 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.101.13 h1:KwcfDf7/GxPOF7KlM8we8uojIg5GN2UlEOm46dm5J0o=
github.com/hatchet-dev/hatchet v0.101.13/go.mod h1:vCqRr/fIu02T6GL+i9QD5r+t4VY3RuwckV/tLXXzcQo=
github.com/hatchet-dev/hatchet v0.101.20 h1:Gbx1o7MpBWw4ukEROXcad6PcHtBUZlXwnQJ79LSFARQ=
github.com/hatchet-dev/hatchet v0.101.20/go.mod h1:vCqRr/fIu02T6GL+i9QD5r+t4VY3RuwckV/tLXXzcQo=
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=
Expand Down
2 changes: 1 addition & 1 deletion examples/use-cases/scheduled/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hatchet-dev/hatchet-go-quickstart

go 1.26

require github.com/hatchet-dev/hatchet v0.101.13
require github.com/hatchet-dev/hatchet v0.101.20

require (
cel.dev/expr v0.25.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/use-cases/scheduled/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ 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.101.13 h1:KwcfDf7/GxPOF7KlM8we8uojIg5GN2UlEOm46dm5J0o=
github.com/hatchet-dev/hatchet v0.101.13/go.mod h1:vCqRr/fIu02T6GL+i9QD5r+t4VY3RuwckV/tLXXzcQo=
github.com/hatchet-dev/hatchet v0.101.20 h1:Gbx1o7MpBWw4ukEROXcad6PcHtBUZlXwnQJ79LSFARQ=
github.com/hatchet-dev/hatchet v0.101.20/go.mod h1:vCqRr/fIu02T6GL+i9QD5r+t4VY3RuwckV/tLXXzcQo=
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=
Expand Down