update go deps

This commit is contained in:
Kovid Goyal
2022-09-13 15:29:28 +05:30
parent 8c6b391eda
commit 12d9787d0e
2 changed files with 12 additions and 11 deletions

8
go.mod
View File

@@ -10,12 +10,12 @@ require (
github.com/seancfoley/ipaddress-go v1.2.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/seancfoley/bintree v1.1.0 // indirect
)