Skip to content

Commit 2208d74

Browse files
committed
chore: sync seaweedfs dependency to latest
Updated from v0.0.0-20260217010126-63f641a6c9e6 to v0.0.0-20260220200557-2a1ae896e40f See changes: seaweedfs/seaweedfs@v0.0.0-20260217010126-63f641a6c9e6...v0.0.0-20260220200557-2a1ae896e40f
1 parent 79a0a8b commit 2208d74

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=f1bf60d2882a
3+
ARG SEAWEEDFS_COMMIT=2a1ae896e40f
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=f1bf60d2882a
3+
ARG SEAWEEDFS_COMMIT=2a1ae896e40f
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
@@ -12,7 +12,7 @@ require (
1212
)
1313

1414
require (
15-
github.com/seaweedfs/seaweedfs v0.0.0-20260217010126-63f641a6c9e6
15+
github.com/seaweedfs/seaweedfs v0.0.0-20260220200557-2a1ae896e40f
1616
k8s.io/apimachinery v0.32.0
1717
k8s.io/mount-utils v0.32.0
1818
)

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-20260217010126-63f641a6c9e6 h1:/pwfBgp7xAEHn7K3xi1BM108E5IgPi8aJAOBYhNyNVw=
122-
github.com/seaweedfs/seaweedfs v0.0.0-20260217010126-63f641a6c9e6/go.mod h1:mtrdpnRdabMrioDpXeEFxJk3pb/YOL3Rd6T+L5oAPhg=
121+
github.com/seaweedfs/seaweedfs v0.0.0-20260220200557-2a1ae896e40f h1:oRr6QZNoZlhFP+zuqZMgfDu+Q/dUpc2QzfmEdl0eNfA=
122+
github.com/seaweedfs/seaweedfs v0.0.0-20260220200557-2a1ae896e40f/go.mod h1:wyR1EZN4Vh/XNsLRN4AZgO1m+hh8xeadMXf0BMbR8Vk=
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)