bump net to v0.29.0

This commit is contained in:
Valentine 2024-10-01 01:36:46 +03:00
parent 4152dfe086
commit 97db62752d
2 changed files with 27 additions and 6 deletions

2
go.mod
View file

@ -5,5 +5,5 @@ go 1.16
require (
github.com/AlexEidt/Vidio v1.5.1
github.com/google/go-cmp v0.6.0
golang.org/x/net v0.22.0
golang.org/x/net v0.29.0
)