From 0e3cd885aa108057cfa6658a8c6434292877b2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:28:17 +0000 Subject: [PATCH] build(deps): bump github.com/kkrypt0nn/spaceflake from 1.5.1 to 1.6.0 Bumps [github.com/kkrypt0nn/spaceflake](https://github.com/kkrypt0nn/spaceflake) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/kkrypt0nn/spaceflake/releases) - [Commits](https://github.com/kkrypt0nn/spaceflake/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: github.com/kkrypt0nn/spaceflake dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 399e310..91fa3ee 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.24 require ( github.com/goexl/id v0.1.3 - github.com/kkrypt0nn/spaceflake v1.5.1 + github.com/kkrypt0nn/spaceflake v1.6.0 )