-
- Downloads
[renovate] Update module golang.org/x/sync to v0.11.0
See merge request !1192 Co-authored-by:Renovate Bot <renovate@danet.fbi.h-da.de>
parent
62fe5d0e
Branches
No related tags found
Pipeline #259020 failed
Stage: tools
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
Stage: deploy
... | ... | @@ -25,7 +25,7 @@ require ( |
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/stretchr/testify v1.10.0 | ||
go.mongodb.org/mongo-driver/v2 v2.0.0 | ||
golang.org/x/sync v0.10.0 | ||
golang.org/x/sync v0.11.0 | ||
google.golang.org/grpc v1.70.0 | ||
google.golang.org/protobuf v1.36.4 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
... | ... |
... | ... | @@ -520,6 +520,8 @@ golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ= |
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= | ||
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= | ||
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= | ||
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= | ||
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= | ||
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||
... | ... |
Please register or sign in to comment