Skip to content

Commit bcc4efa

Browse files
committed
chore: sync seaweedfs dependency to latest
Updated from v0.0.0-20260310054203-d89a78d9e3ce to v0.0.0-20260313225735-577a8459c9f7 See changes: seaweedfs/seaweedfs@v0.0.0-20260310054203-d89a78d9e3ce...v0.0.0-20260313225735-577a8459c9f7
1 parent 216bb7b commit bcc4efa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cmd/seaweedfs-mount/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SEAWEEDFS_COMMIT should match the commit in go.mod for reproducibility
22
# Update via: docker build --build-arg SEAWEEDFS_COMMIT=<hash> ...
3-
ARG SEAWEEDFS_COMMIT=14cd0f53ba94
3+
ARG SEAWEEDFS_COMMIT=577a8459c9f7
44

55
FROM golang:1.25-alpine AS builder
66

cmd/seaweedfs-mount/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SEAWEEDFS_COMMIT should match the commit in go.mod for reproducibility
22
# Update via: docker build --build-arg SEAWEEDFS_COMMIT=<hash> ...
3-
ARG SEAWEEDFS_COMMIT=14cd0f53ba94
3+
ARG SEAWEEDFS_COMMIT=577a8459c9f7
44

55
FROM golang:1.25-alpine AS builder
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
)
1111

1212
require (
13-
github.com/seaweedfs/seaweedfs v0.0.0-20260310054203-d89a78d9e3ce
13+
github.com/seaweedfs/seaweedfs v0.0.0-20260313225735-577a8459c9f7
1414
k8s.io/apimachinery v0.32.0
1515
k8s.io/mount-utils v0.32.0
1616
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ github.com/sagikazarmark/locafero v0.11.0 h1:1iurJgmM9G3PA/I+wWYIOw/5SyBtxapeHDc
118118
github.com/sagikazarmark/locafero v0.11.0/go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik=
119119
github.com/seaweedfs/goexif v1.0.3 h1:ve/OjI7dxPW8X9YQsv3JuVMaxEyF9Rvfd04ouL+Bz30=
120120
github.com/seaweedfs/goexif v1.0.3/go.mod h1:Oni780Z236sXpIQzk1XoJlTwqrJ02smEin9zQeff7Fk=
121-
github.com/seaweedfs/seaweedfs v0.0.0-20260310054203-d89a78d9e3ce h1:DZc7Gg67wvdfsE5R3MGz0WxhnLZWFAl3lbqbvV6jKPE=
122-
github.com/seaweedfs/seaweedfs v0.0.0-20260310054203-d89a78d9e3ce/go.mod h1:1heYKZeLCRXjf9TAVr2RXk4OZgdhGKFYxyjMkCkdSrA=
121+
github.com/seaweedfs/seaweedfs v0.0.0-20260313225735-577a8459c9f7 h1:gaPaAQd0KckWJq4ypCBsMboJdKAkV2dKKnXO9QD+m1E=
122+
github.com/seaweedfs/seaweedfs v0.0.0-20260313225735-577a8459c9f7/go.mod h1:1heYKZeLCRXjf9TAVr2RXk4OZgdhGKFYxyjMkCkdSrA=
123123
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw=
124124
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8/go.mod h1:3n1Cwaq1E1/1lhQhtRK2ts/ZwZEhjcQeJQ1RuC6Q/8U=
125125
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=

0 commit comments

Comments
 (0)