hatch-surf/go.mod
SoftwareEngineer 931c47c53d fix: remove storage-related deps from go.mod, set go 1.24
The bootstrap module has zero external dependencies (stdlib only).
The previous commit accidentally included indirect deps from the storage
layer work (modernc.org/sqlite, google/uuid) that do not belong in the
bootstrap task.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-22 15:07:44 +02:00

4 lines
48 B
Modula-2

module github.com/elfoundation/hatch
go 1.24.0