-
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.
Browse files
Browse the repository at this point in the history
* - Update go.mod min version to Go 1.18. Fixes #139. - Update actions to test only supported Go versions (1.19, 1.20) - Updated dependencies (ie, Google Cloud, Azure, AWS sdks) * update actions * fix tests that are mac os specific * fix lint issues * update lint config * quote 1.20 in gh action workflows
- Loading branch information
Showing
12 changed files
with
178 additions
and
117 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.19.2 | ||
go1.20.4 |
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,64 +1,66 @@ | ||
module github.com/c2fo/vfs/v6 | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.27.0 | ||
cloud.google.com/go/storage v1.30.1 | ||
github.com/Azure/azure-pipeline-go v0.2.3 | ||
github.com/Azure/azure-storage-blob-go v0.15.0 | ||
github.com/Azure/go-autorest/autorest v0.11.28 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.21 | ||
github.com/aws/aws-sdk-go v1.44.122 | ||
github.com/fatih/color v1.13.0 | ||
github.com/fsouza/fake-gcs-server v1.40.2 | ||
github.com/Azure/go-autorest/autorest v0.11.29 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.23 | ||
github.com/aws/aws-sdk-go v1.44.262 | ||
github.com/fatih/color v1.15.0 | ||
github.com/fsouza/fake-gcs-server v1.45.1 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pkg/sftp v1.13.5 | ||
github.com/stretchr/testify v1.8.1 | ||
golang.org/x/crypto v0.1.0 | ||
golang.org/x/net v0.1.0 | ||
google.golang.org/api v0.100.0 | ||
github.com/stretchr/testify v1.8.2 | ||
golang.org/x/crypto v0.9.0 | ||
golang.org/x/net v0.10.0 | ||
google.golang.org/api v0.122.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.104.0 // indirect | ||
cloud.google.com/go/compute v1.10.0 // indirect | ||
cloud.google.com/go/iam v0.5.0 // indirect | ||
cloud.google.com/go/pubsub v1.26.0 // indirect | ||
cloud.google.com/go v0.110.2 // indirect | ||
cloud.google.com/go/compute v1.19.2 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v1.0.1 // indirect | ||
cloud.google.com/go/pubsub v1.30.1 // 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/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/felixge/httpsnoop v1.0.3 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/renameio/v2 v2.0.0 // indirect | ||
github.com/google/s2a-go v0.1.3 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.8.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.13 // indirect | ||
github.com/mattn/go-ieproxy v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-ieproxy v0.0.10 // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/pkg/xattr v0.4.9 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/oauth2 v0.1.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/oauth2 v0.8.0 // indirect | ||
golang.org/x/sync v0.2.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.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-20221024183307-1bc688fe9f3e // indirect | ||
google.golang.org/grpc v1.50.1 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
google.golang.org/grpc v1.55.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.