Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azblob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.7.0
github.com/mojatter/s2 v0.11.0
github.com/mojatter/s2 v0.11.1
github.com/stretchr/testify v1.11.1
)

Expand Down
2 changes: 1 addition & 1 deletion gcs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.8

require (
cloud.google.com/go/storage v1.62.2
github.com/mojatter/s2 v0.11.0
github.com/mojatter/s2 v0.11.1
github.com/stretchr/testify v1.11.1
google.golang.org/api v0.282.0
)
Expand Down
8 changes: 4 additions & 4 deletions s2env/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/mojatter/s2/s2env
go 1.25.8

require (
github.com/mojatter/s2 v0.11.0
github.com/mojatter/s2/azblob v0.11.0
github.com/mojatter/s2/gcs v0.11.0
github.com/mojatter/s2/s3 v0.11.0
github.com/mojatter/s2 v0.11.1
github.com/mojatter/s2/azblob v0.11.1
github.com/mojatter/s2/gcs v0.11.1
github.com/mojatter/s2/s3 v0.11.1
github.com/stretchr/testify v1.11.1
)

Expand Down
2 changes: 1 addition & 1 deletion s3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.41.9
github.com/aws/aws-sdk-go-v2/config v1.32.20
github.com/aws/aws-sdk-go-v2/service/s3 v1.102.2
github.com/mojatter/s2 v0.11.0
github.com/mojatter/s2 v0.11.1
github.com/stretchr/testify v1.11.1
)

Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.41.9
github.com/aws/aws-sdk-go-v2/credentials v1.19.19
github.com/aws/aws-sdk-go-v2/service/s3 v1.102.2
github.com/mojatter/s2 v0.11.0
github.com/mojatter/s2 v0.11.1
github.com/stretchr/testify v1.11.1
)

Expand Down