aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)AuthorFilesLines
2025-11-28disk full when buildingChris Lu1-16/+17
2025-10-22sync with SeaweedFS 3.98v1.3.1Chris Lu1-24/+25
2025-08-22Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0dependabot[bot]1-1/+1
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2025-07-20sync with seaweedfs 3.95v1.3.0chrislusf1-14/+14
2025-06-27Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0dependabot[bot]1-1/+1
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-22sync with 3.92v1.2.9chrislusf1-5/+5
2025-06-15go mod tidy1.2.9chrislusf1-7/+4
2025-06-15sync with 3.91 seaweedfschrislusf1-25/+25
2025-04-20Bump golang.org/x/net from 0.36.0 to 0.38.0dependabot[bot]1-5/+5
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2dependabot[bot]1-1/+1
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12Bump golang.org/x/net from 0.34.0 to 0.36.0dependabot[bot]1-5/+5
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04go mod tidychrislu1-2/+1
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/187
2025-01-06sync with 3.81v1.2.8chrislu1-31/+31
2024-11-11go modchrislu1-17/+14
2024-10-10sync with 3.77v1.2.7chrislu1-7/+7
2024-10-06sync with 3.76v1.2.6chrislu1-9/+9
2024-10-03sync with 3.75v1.2.5chrislu1-3/+3
2024-09-303.74v1.2.4chrislu1-6/+6
2024-09-12sync with seaweedfs repov1.2.3chrislu1-22/+31
2024-07-24sync with seaweedfsv1.2.2chrislu1-2/+2
2024-07-21sync with 3.70chrislu1-8/+8
2024-07-11sync with seaweedfschrislu1-18/+18
2024-07-10Bump google.golang.org/grpc from 1.64.0 to 1.64.1dependabot[bot]1-1/+1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26Bump golang.org/x/image from 0.17.0 to 0.18.0dependabot[bot]1-1/+1
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.17.0 to 0.18.0. - [Commits](https://github.com/golang/image/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22sync with seaweedfsv1.2.0chrislu1-9/+9
2024-06-22go modchrislu1-10/+10
2024-06-11update depschrislu1-38/+33
2024-06-11sync seaweedfschrislu1-26/+22
2024-04-20Bump golang.org/x/net from 0.20.0 to 0.23.0dependabot[bot]1-4/+4
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13Bump google.golang.org/protobuf from 1.32.0 to 1.33.0dependabot[bot]1-266/+5
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24sync with 3.62v1.1.9chrislu1-32/+304
2024-01-11Fix: capacity error in re mounting after expand volumeduanhongyi1-0/+28
2023-12-18Bump golang.org/x/crypto from 0.14.0 to 0.17.0dependabot[bot]1-3/+3
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02Bump golang.org/x/image from 0.9.0 to 0.10.0dependabot[bot]1-1/+1
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/image/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25Bump golang.org/x/net from 0.14.0 to 0.17.0dependabot[bot]1-4/+4
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25Bump google.golang.org/grpc from 1.57.0 to 1.57.1dependabot[bot]1-18/+1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-06Update dependencies, move from deprecated k8s.io/utils/mount to ↵Viktor Kuzmin1-25/+25
k8s.io/mount-utils
2023-04-26build fixeswashcycle1-16/+15
2023-04-26Implement CSI Test Suitewashcycle1-16/+17
Fixes #115
2023-04-22fixed a few thingswashcycle1-10/+1
2023-04-22Validations to Pass CSI Sanity Testswashcycle1-1/+10
-removed deprecated/unneeded passthrough import -added test.sh (needs work)
2023-04-16sync with 3.46v1.1.6chrislu1-5/+5
2023-03-21go get -t -u ./...chrislu1-36/+38
2023-03-07Bump golang.org/x/image from 0.0.0-20211028202545-6944b10bf410 to 0.5.0dependabot[bot]1-1/+1
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20211028202545-6944b10bf410 to 0.5.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/commits/v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07Bump golang.org/x/net from 0.0.0-20220822230855-b0a4917ee28c to 0.7.0dependabot[bot]1-4/+4
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220822230855-b0a4917ee28c to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23Bump golang.org/x/text from 0.3.7 to 0.3.8dependabot[bot]1-12/+6
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13go mod updatechrislu1-8/+9
2022-08-25update dependencieschrislu1-10/+10
2022-07-29move to github.com/seaweedfs/seaweedfschrislu1-22/+25
2022-04-03support expand volumechrislu1-10/+11