Upgrage nio v2 to v3

This commit is contained in:
nxshock 2021-09-18 14:46:07 +05:00
parent bbb8b803ff
commit 1ea8e7cb7c
3 changed files with 13 additions and 6 deletions

2
go.mod
View file

@ -7,9 +7,9 @@ require (
github.com/PuerkitoBio/goquery v1.7.1
github.com/creasty/defaults v1.5.1
github.com/djherbis/buffer v1.2.0 // indirect
github.com/djherbis/nio/v3 v3.0.1
github.com/gookit/goutil v0.3.15 // indirect
github.com/gookit/validate v1.2.11
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
gopkg.in/djherbis/buffer.v1 v1.1.0
gopkg.in/djherbis/nio.v2 v2.0.3
)