Skip to content

Commit

Permalink
deps: Update all direct dependencies
Browse files Browse the repository at this point in the history
* go get $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all)
* go mod tidy
  • Loading branch information
bep committed Nov 28, 2023
1 parent ee6eef7 commit e6119cf
Show file tree
Hide file tree
Showing 2 changed files with 1,851 additions and 37 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/spf13/afero

require (
cloud.google.com/go/storage v1.14.0
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8
github.com/pkg/sftp v1.13.1
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
golang.org/x/text v0.3.7
google.golang.org/api v0.40.0
cloud.google.com/go/storage v1.35.1
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720
github.com/pkg/sftp v1.13.6
golang.org/x/crypto v0.16.0
golang.org/x/oauth2 v0.15.0
golang.org/x/text v0.14.0
google.golang.org/api v0.152.0
)

go 1.16
Loading

0 comments on commit e6119cf

Please sign in to comment.