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 @@ -7,7 +7,7 @@ require (
github.com/ory/client-go v1.22.7
github.com/shortlink-org/go-sdk/grpc v0.0.0-20251020193241-87e94558595e
github.com/shortlink-org/go-sdk/logger v0.0.0-20251020185847-0813d0c3cdf6
github.com/shortlink-org/go-sdk/observability v0.0.0-20251021172021-f38879dace30
github.com/shortlink-org/go-sdk/observability v0.0.0-20251030220300-1e2beabd19b6
github.com/spf13/viper v1.21.0
go.opentelemetry.io/otel/trace v1.38.0
google.golang.org/grpc v1.76.0
Expand Down
2 changes: 1 addition & 1 deletion cache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/redis/rueidis v1.0.67
github.com/redis/rueidis/rueidiscompat v1.0.67
github.com/shortlink-org/go-sdk/db v0.0.0-20251021172021-f38879dace30
github.com/shortlink-org/go-sdk/observability v0.0.0-20251021172021-f38879dace30
github.com/shortlink-org/go-sdk/observability v0.0.0-20251030220300-1e2beabd19b6
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/otel/trace v1.38.0
Expand Down
2 changes: 2 additions & 0 deletions cache/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ github.com/shortlink-org/go-sdk/logger v0.0.0-20251021155345-15d6cb691b95 h1:JZC
github.com/shortlink-org/go-sdk/logger v0.0.0-20251021155345-15d6cb691b95/go.mod h1:J0AiV/vKBIXenExM+ioBW6iqlg/h8gnb7/hC17011fk=
github.com/shortlink-org/go-sdk/observability v0.0.0-20251021172021-f38879dace30 h1:ZwR5DFL3U9gf2tes8LKZ/lc7BxLpgbrxQsUOmlcMKrE=
github.com/shortlink-org/go-sdk/observability v0.0.0-20251021172021-f38879dace30/go.mod h1:H6eARNe11kRzbYq89SKhi9RY73tu6F00EHXRhzCe4H8=
github.com/shortlink-org/go-sdk/observability v0.0.0-20251030220300-1e2beabd19b6 h1:zAcdu3jvoJwYQl/z+TsRHWFYY9bdDEaWy/7CT5LAy4w=
github.com/shortlink-org/go-sdk/observability v0.0.0-20251030220300-1e2beabd19b6/go.mod h1:kqwu5fNBArAwodVtkGSnd2tI4mtjnrXcRw2TVK+JZOA=
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
Expand Down
Loading