-
- Downloads
Update module golang.org/x/sync to v0.13.0
parent
77393e5a
No related branches found
No related tags found
This commit is part of merge request !43. Comments created here will be created in the context of that merge request.
module git.autistici.org/ai3/tools/reports-collector | ||
go 1.21 | ||
go 1.23.0 | ||
toolchain go1.23.1 | ||
toolchain go1.24.2 | ||
require ( | ||
github.com/chrj/smtpd v0.3.1 | ||
github.com/jhillyerd/enmime v1.3.0 | ||
github.com/oschwald/geoip2-golang v1.11.0 | ||
github.com/prometheus/client_golang v1.20.3 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/sync v0.13.0 | ||
) | ||
require ( | ||
... | ... |
... | ... | @@ -255,6 +255,8 @@ golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= |
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= | ||
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= | ||
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= | ||
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610= | ||
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= | ||
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= | ||
... | ... |
Please register or sign in to comment