File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.3
55require (
66 github.com/authzed/authzed-go v1.6.0
77 github.com/ory/client-go v1.22.8
8- github.com/shortlink-org/go-sdk/grpc v0.0.0-20251108145352-f59577605d0a
8+ github.com/shortlink-org/go-sdk/grpc v0.0.0-20251108203914-f363e5ad1155
99 github.com/shortlink-org/go-sdk/logger v0.0.0-20251108103956-0a3cbbf03637
1010 github.com/shortlink-org/go-sdk/observability v0.0.0-20251108145352-f59577605d0a
1111 github.com/spf13/viper v1.21.0
@@ -42,7 +42,7 @@ require (
4242 github.com/prometheus/procfs v0.17.0 // indirect
4343 github.com/sagikazarmark/locafero v0.11.0 // indirect
4444 github.com/samber/lo v1.51.0 // indirect
45- github.com/shortlink-org/go-sdk/http v0.0.0-20251108115131-18dc85978c3b // indirect
45+ github.com/shortlink-org/go-sdk/http v0.0.0-20251108145352-f59577605d0a // indirect
4646 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
4747 github.com/spf13/afero v1.15.0 // indirect
4848 github.com/spf13/cast v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ github.com/shortlink-org/go-sdk/http v0.0.0-20251020193241-87e94558595e h1:/J6Sm
9595github.com/shortlink-org/go-sdk/http v0.0.0-20251020193241-87e94558595e /go.mod h1:rVOmL5WA6atejRGolmjzhGHEvmcPCFC9szfAD995CtM =
9696github.com/shortlink-org/go-sdk/http v0.0.0-20251108115131-18dc85978c3b h1:w9Tj+8XSc4/JV9KmqpbfyK1Y7z2H8/1t63KWyfBMYZs =
9797github.com/shortlink-org/go-sdk/http v0.0.0-20251108115131-18dc85978c3b /go.mod h1:1jXMoxmc5NpXeIFNJwS6O0MRFcRTzIoqveXRgpockLo =
98+ github.com/shortlink-org/go-sdk/http v0.0.0-20251108145352-f59577605d0a h1:E3eTp4HGKibK/by/bxu8s3EOkuNkEM6Sxm9O6JLWfwY =
99+ github.com/shortlink-org/go-sdk/http v0.0.0-20251108145352-f59577605d0a /go.mod h1:oxwXWKlrNK9WQl2P4u7qw7hqfoDGo6Suwzf4tgk1/WY =
98100github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw =
99101github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 /go.mod h1:3n1Cwaq1E1/1lhQhtRK2ts/ZwZEhjcQeJQ1RuC6Q/8U =
100102github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.3
44
55require (
66 github.com/google/uuid v1.6.0
7- github.com/shortlink-org/go-sdk/grpc v0.0.0-20251108145352-f59577605d0a
7+ github.com/shortlink-org/go-sdk/grpc v0.0.0-20251108203914-f363e5ad1155
88 github.com/shortlink-org/go-sdk/logger v0.0.0-20251108103956-0a3cbbf03637
99 github.com/spf13/viper v1.21.0
1010 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ github.com/shortlink-org/go-sdk/auth v0.0.0-20251020193241-87e94558595e/go.mod h
6464github.com/shortlink-org/go-sdk/auth v0.0.0-20251108103956-0a3cbbf03637 /go.mod h1:ECvwzi7O5dsGw4JlRj8hbyr+P7OrHqbOaUcBFiHFYmY =
6565github.com/shortlink-org/go-sdk/auth v0.0.0-20251108123242-22e2ef4e6b01 h1:BWTbK/PIYXgWDnMnXLNCHaZYoLRO6TXvvGuJo6aI6go =
6666github.com/shortlink-org/go-sdk/auth v0.0.0-20251108123242-22e2ef4e6b01 /go.mod h1:ECvwzi7O5dsGw4JlRj8hbyr+P7OrHqbOaUcBFiHFYmY =
67+ github.com/shortlink-org/go-sdk/auth v0.0.0-20251108145352-f59577605d0a h1:x2P6Oy1zdgkzSPvAoLsyBTcIBEw1212ceIfIB5U5H5g =
6768github.com/shortlink-org/go-sdk/auth v0.0.0-20251108145352-f59577605d0a /go.mod h1:6LQpx6YJL7k8qMQDf789xQPzmALgJhcIeckhK15zT7w =
6869github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw =
6970github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 /go.mod h1:3n1Cwaq1E1/1lhQhtRK2ts/ZwZEhjcQeJQ1RuC6Q/8U =
You can’t perform that action at this time.
0 commit comments