-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Update go.mod min version to Go 1.17 - Update actions/setup-go action to v3 - Update actions/checkout action to v3 - Update golangci/golangci-lint-action action to v3 - Update actions to test only supported Go versions (1.17, 1.18) * - Update go.mod min version to Go 1.17 - Update actions/setup-go action to v3 - Update actions/checkout action to v3 - Update golangci/golangci-lint-action action to v3 - Update actions to test only supported Go versions (1.17, 1.18) - Updated dependencies (ie, Google Cloud, Azure, AWS sdks) * increase timeout for golang-ci linter action
- Loading branch information
Showing
11 changed files
with
315 additions
and
74 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
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 +1 @@ | ||
go1.17 | ||
go1.18 |
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,21 +1,59 @@ | ||
module github.com/c2fo/vfs/v6 | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.16.1 | ||
cloud.google.com/go/storage v1.22.0 | ||
github.com/Azure/azure-pipeline-go v0.2.3 | ||
github.com/Azure/azure-storage-blob-go v0.14.0 | ||
github.com/Azure/go-autorest/autorest v0.11.19 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.14 | ||
github.com/aws/aws-sdk-go v1.40.37 | ||
github.com/fatih/color v1.12.0 | ||
github.com/Azure/azure-storage-blob-go v0.15.0 | ||
github.com/Azure/go-autorest/autorest v0.11.27 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.19 | ||
github.com/aws/aws-sdk-go v1.44.14 | ||
github.com/fatih/color v1.13.0 | ||
github.com/fsouza/fake-gcs-server v1.30.1 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pkg/sftp v1.13.3 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 | ||
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f | ||
google.golang.org/api v0.56.0 | ||
github.com/pkg/sftp v1.13.4 | ||
github.com/stretchr/testify v1.7.1 | ||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 | ||
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 | ||
google.golang.org/api v0.79.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.101.1 // indirect | ||
cloud.google.com/go/compute v1.6.1 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/felixge/httpsnoop v1.0.1 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/googleapis/go-type-adapters v1.0.0 // indirect | ||
github.com/gorilla/handlers v1.5.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/kr/fs v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-ieproxy v0.0.6 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect | ||
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect | ||
google.golang.org/grpc v1.46.2 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect | ||
) |
Oops, something went wrong.