-
- Downloads
tidy go mod
parent
56157612
No related branches found
No related tags found
Pipeline #264818 passed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
... | @@ -24,7 +24,7 @@ require ( | ... | @@ -24,7 +24,7 @@ require ( |
github.com/spf13/viper v1.19.0 | github.com/spf13/viper v1.19.0 | ||
github.com/stretchr/objx v0.5.2 // indirect | github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/stretchr/testify v1.10.0 | github.com/stretchr/testify v1.10.0 | ||
golang.org/x/sync v0.11.0 | golang.org/x/sync v0.12.0 | ||
google.golang.org/grpc v1.70.0 | google.golang.org/grpc v1.70.0 | ||
google.golang.org/protobuf v1.36.5 | google.golang.org/protobuf v1.36.5 | ||
gopkg.in/yaml.v3 v3.0.1 | gopkg.in/yaml.v3 v3.0.1 | ||
... | @@ -80,9 +80,9 @@ require ( | ... | @@ -80,9 +80,9 @@ require ( |
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | ||
golang.org/x/crypto v0.36.0 | golang.org/x/crypto v0.36.0 | ||
golang.org/x/net v0.35.0 | golang.org/x/net v0.35.0 | ||
golang.org/x/sys v0.30.0 // indirect | golang.org/x/sys v0.31.0 // indirect | ||
golang.org/x/term v0.29.0 // indirect | golang.org/x/term v0.30.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | golang.org/x/text v0.23.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ) | ||
... | ... |
Please register or sign in to comment