Chore: update dependencies

This commit is contained in:
Dreamacro
2021-04-08 22:15:30 +08:00
parent 3d5a0d9f73
commit 9807e1189c
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -15,8 +15,8 @@ require (
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210402192133-700132347e07
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
gopkg.in/yaml.v2 v2.4.0
)