File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
77 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
88 github.com/prometheus/client_golang v1.23.2
9- github.com/shortlink-org/go-sdk/auth v0.0.0-20251108123242-22e2ef4e6b01
9+ github.com/shortlink-org/go-sdk/auth v0.0.0-20251108145352-f59577605d0a
1010 github.com/shortlink-org/go-sdk/logger v0.0.0-20251108103956-0a3cbbf03637
1111 github.com/spf13/viper v1.21.0
1212 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/ory/client-go v1.22.8
88 github.com/prometheus/client_golang v1.23.2
99 github.com/prometheus/client_model v0.6.2
10- github.com/shortlink-org/go-sdk/auth v0.0.0-20251108123242-22e2ef4e6b01
10+ github.com/shortlink-org/go-sdk/auth v0.0.0-20251108145352-f59577605d0a
1111 github.com/shortlink-org/go-sdk/logger v0.0.0-20251108103956-0a3cbbf03637
1212 github.com/spf13/viper v1.21.0
1313 github.com/stretchr/testify v1.11.1
@@ -32,7 +32,7 @@ require (
3232 github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3333 github.com/google/uuid v1.6.0 // indirect
3434 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
35- github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
35+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
3636 github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
3737 github.com/jzelinskie/stringz v0.0.3 // indirect
3838 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 h1:QGLs
3535github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 /go.mod h1:hM2alZsMUni80N33RBe6J0e423LB+odMj7d3EMP9l20 =
3636github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 h1:sGm2vDRFUrQJO/Veii4h4zG2vvqG6uWNkBHSTqXOZk0 =
3737github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 /go.mod h1:wd1YpapPLivG6nQgbf7ZkG1hhSOXDhhn4MLTknx2aAc =
38+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 /go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4 =
3839github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 h1:NmZ1PKzSTQbuGHw9DGPFomqkkLWMC+vZCkfs+FHv1Vg =
3940github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 /go.mod h1:zQrxl1YP88HQlA6i9c63DSVPFklWpGX4OWAc9bFuaH4 =
4041github.com/jzelinskie/stringz v0.0.3 h1:0GhG3lVMYrYtIvRbxvQI6zqRTT1P1xyQlpa0FhfUXas =
You can’t perform that action at this time.
0 commit comments