Skip to content

Commit f595776

Browse files
committed
upd deps
1 parent e529660 commit f595776

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

grpc/go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ require (
99
github.com/shortlink-org/go-sdk/auth v0.0.0-20251108123242-22e2ef4e6b01
1010
github.com/shortlink-org/go-sdk/logger v0.0.0-20251108103956-0a3cbbf03637
1111
github.com/spf13/viper v1.21.0
12-
github.com/stretchr/testify v1.11.1
1312
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
1413
go.opentelemetry.io/otel/sdk/metric v1.38.0
1514
go.opentelemetry.io/otel/trace v1.38.0
@@ -19,7 +18,6 @@ require (
1918
require (
2019
github.com/beorn7/perks v1.0.1 // indirect
2120
github.com/cespare/xxhash/v2 v2.3.0 // indirect
22-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2321
github.com/fsnotify/fsnotify v1.9.0 // indirect
2422
github.com/go-logr/logr v1.4.3 // indirect
2523
github.com/go-logr/stdr v1.2.2 // indirect
@@ -28,7 +26,6 @@ require (
2826
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2927
github.com/ory/client-go v1.22.8 // indirect
3028
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
31-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3229
github.com/prometheus/client_model v0.6.2 // indirect
3330
github.com/prometheus/common v0.66.1 // indirect
3431
github.com/prometheus/procfs v0.17.0 // indirect
@@ -37,7 +34,6 @@ require (
3734
github.com/spf13/afero v1.15.0 // indirect
3835
github.com/spf13/cast v1.10.0 // indirect
3936
github.com/spf13/pflag v1.0.10 // indirect
40-
github.com/stretchr/objx v0.5.2 // indirect
4137
github.com/subosito/gotenv v1.6.0 // indirect
4238
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
4339
go.opentelemetry.io/otel v1.38.0 // indirect
@@ -51,7 +47,6 @@ require (
5147
golang.org/x/text v0.30.0 // indirect
5248
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
5349
google.golang.org/protobuf v1.36.10 // indirect
54-
gopkg.in/yaml.v3 v3.0.1 // indirect
5550
)
5651

5752
replace (

grpc/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
6565
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
6666
github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU=
6767
github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY=
68-
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
69-
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
7068
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
7169
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
7270
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=

0 commit comments

Comments
 (0)