Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/jackc/pgx/v5 v5.9.1
github.com/lmittmann/tint v1.1.3
github.com/moby/moby/api v1.54.1-0.20260401134807-948d5691a093
github.com/moby/moby/api v1.54.1
github.com/nats-io/nats.go v1.50.0
github.com/nicksnyder/go-i18n/v2 v2.6.1
github.com/ory/keto/proto v0.13.0-alpha.0.0.20260327085200-c0e5fcbbbce1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
github.com/moby/go-archive v0.2.0 h1:zg5QDUM2mi0JIM9fdQZWC7U8+2ZfixfTYoHL7rWUcP8=
github.com/moby/go-archive v0.2.0/go.mod h1:mNeivT14o8xU+5q1YnNrkQVpK+dnNe/K6fHqnTg4qPU=
github.com/moby/moby/api v1.54.1-0.20260401134807-948d5691a093 h1:KtfOf57ueLuFAS9SllMjQkr0ueJjfQL8xnSBLgeTBZI=
github.com/moby/moby/api v1.54.1-0.20260401134807-948d5691a093/go.mod h1:+RQ6wluLwtYaTd1WnPLykIDPekkuyD/ROWQClE83pzs=
github.com/moby/moby/api v1.54.1 h1:TqVzuJkOLsgLDDwNLmYqACUuTehOHRGKiPhvH8V3Nn4=
github.com/moby/moby/api v1.54.1/go.mod h1:+RQ6wluLwtYaTd1WnPLykIDPekkuyD/ROWQClE83pzs=
github.com/moby/moby/client v0.3.1-0.20260401134807-948d5691a093 h1:282YI8dPGevn2EJG4Q+09YfAEJAGyTB+eFOzNcJYwwQ=
github.com/moby/moby/client v0.3.1-0.20260401134807-948d5691a093/go.mod h1:V16/Q7VQci0Mkto86puucoIeRyvUfNJDaISiBQuV+Ow=
github.com/moby/patternmatcher v0.6.1 h1:qlhtafmr6kgMIJjKJMDmMWq7WLkKIo23hsrpR3x084U=
Expand Down
Loading