From a9625dcae121ddb54be34580c64d5dc16a9b6419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:06:25 +0000 Subject: [PATCH] deps(hub): Bump github.com/oklog/ulid/v2 from 2.1.0 to 2.1.2 in /hub Bumps [github.com/oklog/ulid/v2](https://github.com/oklog/ulid) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/oklog/ulid/releases) - [Changelog](https://github.com/oklog/ulid/blob/main/CHANGELOG.md) - [Commits](https://github.com/oklog/ulid/compare/v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: github.com/oklog/ulid/v2 dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hub/go.mod | 2 +- hub/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hub/go.mod b/hub/go.mod index 0e07ece0..aaa5be3f 100644 --- a/hub/go.mod +++ b/hub/go.mod @@ -5,7 +5,7 @@ go 1.23 require ( github.com/go-chi/chi/v5 v5.1.0 github.com/golang-migrate/migrate/v4 v4.18.1 - github.com/oklog/ulid/v2 v2.1.0 + github.com/oklog/ulid/v2 v2.1.2 // Pinned: v0.26.0 is the first release whose go directive is 1.24.9, and // this module — plus both CI workflows — is on 1.23. Raising this needs // the toolchain bump first, not a `go get -u`. diff --git a/hub/go.sum b/hub/go.sum index d6104cd4..2c45d522 100644 --- a/hub/go.sum +++ b/hub/go.sum @@ -33,8 +33,8 @@ github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZ github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdhx/f4= github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls= -github.com/oklog/ulid/v2 v2.1.0 h1:+9lhoxAP56we25tyYETBBY1YLA2SaoLvUFgrP2miPJU= -github.com/oklog/ulid/v2 v2.1.0/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ= +github.com/oklog/ulid/v2 v2.1.2 h1:IEclFb9JNvzYA6MW2SCxbLzcHTVsfqm3PrqGQJH5zec= +github.com/oklog/ulid/v2 v2.1.2/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/parquet-go/parquet-go v0.25.0 h1:GwKy11MuF+al/lV6nUsFw8w8HCiPOSAx1/y8yFxjH5c=