chore: upgrade dependencies

This commit is contained in:
Cyrille Nofficial 2024-07-31 19:06:38 +02:00
parent 7a4ff9bdbd
commit 11e9df2080
3 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -1,5 +1,5 @@
module git.cyrilix.bzh/cyrilix/goupnp
go 1.21
go 1.22
require golang.org/x/sync v0.5.0
require golang.org/x/sync v0.7.0

4
go.sum
View File

@ -1,2 +1,2 @@
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=

View File

@ -1,6 +1,6 @@
go 1.19
go 1.22
toolchain go1.21.4
toolchain go1.22.5
use (
.