Skip to content

Commit 39da84c

Browse files
committed
chore: release v0.2.4
1 parent 6f61251 commit 39da84c

File tree

13 files changed

+41
-41
lines changed

13 files changed

+41
-41
lines changed

docs/bench/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ go 1.24.4
55
require (
66
github.com/docker/go-connections v0.5.0
77
github.com/fsouza/fake-gcs-server v1.52.3
8-
github.com/goforj/storage v0.2.3
9-
github.com/goforj/storage/driver/ftpstorage v0.2.3
10-
github.com/goforj/storage/driver/gcsstorage v0.2.3
11-
github.com/goforj/storage/driver/localstorage v0.2.3
12-
github.com/goforj/storage/driver/memorystorage v0.2.3
13-
github.com/goforj/storage/driver/rclonestorage v0.2.3
14-
github.com/goforj/storage/driver/redisstorage v0.2.3
15-
github.com/goforj/storage/driver/s3storage v0.2.3
16-
github.com/goforj/storage/driver/sftpstorage v0.2.3
17-
github.com/goforj/storage/storagetest v0.2.3
8+
github.com/goforj/storage v0.2.4
9+
github.com/goforj/storage/driver/ftpstorage v0.2.4
10+
github.com/goforj/storage/driver/gcsstorage v0.2.4
11+
github.com/goforj/storage/driver/localstorage v0.2.4
12+
github.com/goforj/storage/driver/memorystorage v0.2.4
13+
github.com/goforj/storage/driver/rclonestorage v0.2.4
14+
github.com/goforj/storage/driver/redisstorage v0.2.4
15+
github.com/goforj/storage/driver/s3storage v0.2.4
16+
github.com/goforj/storage/driver/sftpstorage v0.2.4
17+
github.com/goforj/storage/storagetest v0.2.4
1818
github.com/goftp/server v0.0.0-20200708154336-f64f7c2d8a42
1919
github.com/testcontainers/testcontainers-go v0.31.0
2020
)

driver/dropboxstorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.4
44

55
require (
66
github.com/dropbox/dropbox-sdk-go-unofficial/v6 v6.0.5
7-
github.com/goforj/storage v0.2.3
7+
github.com/goforj/storage v0.2.4
88
)
99

1010
require (

driver/ftpstorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/goforj/storage/driver/ftpstorage
33
go 1.24.4
44

55
require (
6-
github.com/goforj/storage v0.2.3
6+
github.com/goforj/storage v0.2.4
77
github.com/goftp/server v0.0.0-20200708154336-f64f7c2d8a42
88
github.com/jlaffaye/ftp v0.2.1-0.20240918233326-1b970516f5d3
99
)

driver/gcsstorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.4
55
require (
66
cloud.google.com/go/storage v1.56.0
77
github.com/fsouza/fake-gcs-server v1.52.3
8-
github.com/goforj/storage v0.2.3
8+
github.com/goforj/storage v0.2.4
99
google.golang.org/api v0.264.0
1010
)
1111

driver/localstorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/goforj/storage/driver/localstorage
22

33
go 1.24.4
44

5-
require github.com/goforj/storage v0.2.3
5+
require github.com/goforj/storage v0.2.4
66

77
require (
88
cel.dev/expr v0.25.1 // indirect

driver/memorystorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/goforj/storage/driver/memorystorage
22

33
go 1.24.4
44

5-
require github.com/goforj/storage v0.2.3
5+
require github.com/goforj/storage v0.2.4
66

77
require (
88
cel.dev/expr v0.25.1 // indirect

driver/rclonestorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/goforj/storage/driver/rclonestorage
33
go 1.24.4
44

55
require (
6-
github.com/goforj/storage v0.2.3
6+
github.com/goforj/storage v0.2.4
77
github.com/johannesboyne/gofakes3 v0.0.0-20250916175020-ebf3e50324d3
88
github.com/rclone/rclone v1.72.1
99
github.com/unknwon/goconfig v1.0.0

driver/redisstorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/goforj/storage/driver/redisstorage
33
go 1.24.4
44

55
require (
6-
github.com/goforj/storage v0.2.3
6+
github.com/goforj/storage v0.2.4
77
github.com/redis/go-redis/v9 v9.7.1
88
github.com/testcontainers/testcontainers-go v0.31.0
99
)

driver/s3storage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2/config v1.31.17
88
github.com/aws/aws-sdk-go-v2/credentials v1.18.21
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.90.0
10-
github.com/goforj/storage v0.2.3
10+
github.com/goforj/storage v0.2.4
1111
github.com/johannesboyne/gofakes3 v0.0.0-20250916175020-ebf3e50324d3
1212
github.com/stretchr/testify v1.11.1
1313
)

driver/sftpstorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/goforj/storage/driver/sftpstorage
33
go 1.24.4
44

55
require (
6-
github.com/goforj/storage v0.2.3
6+
github.com/goforj/storage v0.2.4
77
github.com/pkg/sftp v1.13.10
88
golang.org/x/crypto v0.47.0
99
)

0 commit comments

Comments
 (0)