Upgrade dependencies
Upgrade golang.org/x/crypto to v0.7.0
This commit is contained in:
parent
5718d2a524
commit
d3fa075f06
3 changed files with 31 additions and 6 deletions
4
go.mod
4
go.mod
|
|
@ -8,7 +8,5 @@ require (
|
|||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
||||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
golang.org/x/crypto v0.7.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue