-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Update all direct dependencies
* go get $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all) * Update go version in go.mod to 1.19. * go mod tidy
- Loading branch information
Showing
4 changed files
with
127 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,39 @@ | ||
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 | ||
require ( | ||
cloud.google.com/go v0.110.10 // indirect | ||
cloud.google.com/go/compute v1.23.3 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v1.1.5 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/google/uuid v1.4.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/kr/fs v0.1.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect | ||
google.golang.org/grpc v1.59.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
) | ||
|
||
go 1.19 |
Oops, something went wrong.