mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-04 22:58:29 +00:00
build(deps): bump golang.org/x/crypto from 0.28.0 to 0.35.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.35.0. - [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
12e242c268
commit
aa4642b083
52 changed files with 1426 additions and 56 deletions
4
go.mod
4
go.mod
|
@ -7,8 +7,8 @@ require (
|
|||
github.com/fatih/color v1.18.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/urfave/cli/v2 v2.27.5
|
||||
golang.org/x/crypto v0.28.0
|
||||
golang.org/x/sys v0.26.0
|
||||
golang.org/x/crypto v0.35.0
|
||||
golang.org/x/sys v0.30.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue