From 5159a3337080838e23e0ee72e9fffb30a45aefb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:43:26 +0000 Subject: [PATCH] fix(deps): update module github.com/fuf-stack/hardcore to v1 --- integration/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/go.mod b/integration/go.mod index fe8b808..71ca15c 100644 --- a/integration/go.mod +++ b/integration/go.mod @@ -3,7 +3,7 @@ module github.com/fuf-stack/hardcore/integration go 1.27.0 require ( - github.com/fuf-stack/hardcore v0.0.0 + github.com/fuf-stack/hardcore v1.2.0 github.com/go-sql-driver/mysql v1.10.1 github.com/jackc/pgx/v5 v5.10.0 )