Skip to content
Open
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 auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.3

require (
github.com/authzed/authzed-go v1.7.0
github.com/ory/client-go v1.22.12
github.com/ory/client-go v1.22.16
github.com/shortlink-org/go-sdk/grpc v0.0.0-20251108145352-f59577605d0a
github.com/shortlink-org/go-sdk/logger v0.0.0-20251108203914-f363e5ad1155
github.com/shortlink-org/go-sdk/observability v0.0.0-20251108145352-f59577605d0a
Expand Down
2 changes: 1 addition & 1 deletion grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/ory/client-go v1.22.12
github.com/ory/client-go v1.22.16
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.3
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/google/uuid v1.6.0
github.com/ory/client-go v1.22.12
github.com/ory/client-go v1.22.16
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/client_model v0.6.2
github.com/shortlink-org/go-sdk/auth v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion kratos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/shortlink-org/go-sdk/kratos
go 1.25.3

require (
github.com/ory/client-go v1.22.11
github.com/ory/client-go v1.22.16
github.com/shortlink-org/go-sdk/config 4c6548ea718b
github.com/shortlink-org/go-sdk/logger v0.0.0-20251108203914-f363e5ad1155
github.com/spf13/viper v1.21.0
Expand Down
Loading