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=