Bump golang.org/x/crypto from 0.3.0 to 0.9.0 (#223)

This commit is contained in:
dependabot[bot]
2023-06-10 13:15:41 +00:00
committed by GitHub
parent b3e1ce27be
commit b302884447
2 changed files with 13 additions and 13 deletions

8
go.mod
View File

@@ -16,7 +16,7 @@ require (
github.com/pkg/sftp v1.13.5
github.com/sirupsen/logrus v1.9.3
github.com/studio-b12/gowebdav v0.0.0-20220128162035-c7b1ff8a5e62
golang.org/x/crypto v0.7.0
golang.org/x/crypto v0.9.0
golang.org/x/sync v0.1.0
)
@@ -52,9 +52,9 @@ require (
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/xid v1.4.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gotest.tools/v3 v3.0.3 // indirect