-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
126 additions
and
138 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
module github.com/scaleway/scaleway-csi | ||
|
||
go 1.20 | ||
go 1.22.0 | ||
Check failure on line 3 in go.mod GitHub Actions / unit-test (1.20.x, ubuntu-latest)
Check failure on line 3 in go.mod GitHub Actions / unit-test (1.20.x, ubuntu-latest)
Check failure on line 3 in go.mod GitHub Actions / build-test (1.20.x, ubuntu-latest, 386)
Check failure on line 3 in go.mod GitHub Actions / build-test (1.20.x, ubuntu-latest, amd64)
Check failure on line 3 in go.mod GitHub Actions / build-test (1.20.x, ubuntu-latest, arm)
|
||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.8.0 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/google/uuid v1.3.1 | ||
github.com/kubernetes-csi/csi-test/v5 v5.1.0 | ||
github.com/onsi/ginkgo/v2 v2.13.0 | ||
github.com/onsi/gomega v1.28.0 | ||
github.com/container-storage-interface/spec v1.9.0 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/google/uuid v1.6.0 | ||
github.com/kubernetes-csi/csi-test/v5 v5.2.0 | ||
github.com/onsi/ginkgo/v2 v2.17.1 | ||
github.com/onsi/gomega v1.32.0 | ||
github.com/pkg/sftp v1.13.6 | ||
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010165413-fd6263b48233 | ||
golang.org/x/crypto v0.14.0 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
golang.org/x/sys v0.13.0 | ||
google.golang.org/grpc v1.58.3 | ||
google.golang.org/protobuf v1.31.0 | ||
k8s.io/klog/v2 v2.100.1 | ||
k8s.io/mount-utils v0.28.2 | ||
k8s.io/utils v0.0.0-20230726121419-3b25d923346b | ||
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.26 | ||
golang.org/x/crypto v0.22.0 | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f | ||
golang.org/x/sys v0.19.0 | ||
google.golang.org/grpc v1.63.2 | ||
google.golang.org/protobuf v1.33.0 | ||
k8s.io/klog/v2 v2.120.1 | ||
k8s.io/mount-utils v0.30.0 | ||
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 | ||
oya.to/namedlocker v1.0.0 | ||
) | ||
|
||
require ( | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect | ||
github.com/kr/fs v0.1.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/moby/sys/mountinfo v0.6.2 // indirect | ||
golang.org/x/net v0.16.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.20.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
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
Oops, something went wrong.