From 79485e42c9ac0339786a5db125704ecd090aac8f Mon Sep 17 00:00:00 2001 From: mojatter Date: Tue, 28 Jul 2026 09:43:27 +0900 Subject: [PATCH] chore: Bump intra-repo deps to v0.12.6 --- 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 62a427d..50d2afa 100644 --- a/azblob/go.mod +++ b/azblob/go.mod @@ -6,7 +6,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.22.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.14.0 github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.8.0 - github.com/mojatter/s2 v0.12.5 + github.com/mojatter/s2 v0.12.6 github.com/stretchr/testify v1.11.1 ) diff --git a/gcs/go.mod b/gcs/go.mod index 3a6cc83..526aeb4 100644 --- a/gcs/go.mod +++ b/gcs/go.mod @@ -4,7 +4,7 @@ go 1.25.8 require ( cloud.google.com/go/storage v1.64.0 - github.com/mojatter/s2 v0.12.5 + github.com/mojatter/s2 v0.12.6 github.com/stretchr/testify v1.11.1 google.golang.org/api v0.290.0 ) diff --git a/s2env/go.mod b/s2env/go.mod index 1ee721b..cb7e1d2 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.12.5 - github.com/mojatter/s2/azblob v0.12.5 - github.com/mojatter/s2/gcs v0.12.5 - github.com/mojatter/s2/s3 v0.12.5 + github.com/mojatter/s2 v0.12.6 + github.com/mojatter/s2/azblob v0.12.6 + github.com/mojatter/s2/gcs v0.12.6 + github.com/mojatter/s2/s3 v0.12.6 github.com/stretchr/testify v1.11.1 ) diff --git a/s3/go.mod b/s3/go.mod index 5775eec..10a3b01 100644 --- a/s3/go.mod +++ b/s3/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2/config v1.32.31 github.com/aws/aws-sdk-go-v2/service/s3 v1.106.0 github.com/aws/smithy-go v1.27.4 - github.com/mojatter/s2 v0.12.5 + github.com/mojatter/s2 v0.12.6 github.com/stretchr/testify v1.11.1 ) diff --git a/server/go.mod b/server/go.mod index 431f114..45a2605 100644 --- a/server/go.mod +++ b/server/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2/credentials v1.19.30 github.com/aws/aws-sdk-go-v2/service/s3 v1.106.0 github.com/chromedp/chromedp v0.16.0 - github.com/mojatter/s2 v0.12.5 + github.com/mojatter/s2 v0.12.6 github.com/stretchr/testify v1.11.1 )