Chore: update dependencies

This commit is contained in:
Dreamacro
2021-09-07 20:16:07 +08:00
parent a5b950a779
commit 5b7f0de48b
4 changed files with 43 additions and 13 deletions

4
go.mod
View File

@ -16,9 +16,9 @@ require (
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34
gopkg.in/yaml.v2 v2.4.0
)