1 Commits

Author SHA1 Message Date
11e9df2080 chore: upgrade dependencies 2024-07-31 19:06:38 +02:00
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 (
.