From b5ccc8e757c2470e7c32c4a856500e48728d8e38 Mon Sep 17 00:00:00 2001 From: mojatter Date: Sun, 31 May 2026 15:17:11 +0900 Subject: [PATCH] chore: Bump intra-repo deps to v0.11.1 cmd/s2-server has no replace directives, so it can only require v0.11.1 once those tags exist; it is bumped in a follow-up PR after tagging, per docs/releasing.md. --- azblob/go.mod | 2 +- gcs/go.mod | 2 +- s2env/go.mod | 8 ++++---- s3/go.mod | 2 +- server/go.mod | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/azblob/go.mod b/azblob/go.mod index 18b9dc7..c3c58e6 100644 --- a/azblob/go.mod +++ b/azblob/go.mod @@ -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 ) diff --git a/gcs/go.mod b/gcs/go.mod index 4a191ed..936aa68 100644 --- a/gcs/go.mod +++ b/gcs/go.mod @@ -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 ) diff --git a/s2env/go.mod b/s2env/go.mod index 48012ae..505a299 100644 --- a/s2env/go.mod +++ b/s2env/go.mod @@ -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 ) diff --git a/s3/go.mod b/s3/go.mod index 1025fbe..0ab2bc7 100644 --- a/s3/go.mod +++ b/s3/go.mod @@ -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 ) diff --git a/server/go.mod b/server/go.mod index 3c59492..be261d6 100644 --- a/server/go.mod +++ b/server/go.mod @@ -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 )