From d594b38a015566f6e35a4d058aeee72cd735f275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= Date: Wed, 18 Dec 2024 11:00:57 +0100 Subject: [PATCH] fix(go): Fix go module in tests (#740) --- clients/go/test/api_custom_metadata_test.go | 2 +- clients/go/test/api_jobs_test.go | 2 +- clients/go/test/api_locales_test.go | 2 +- clients/go/test/api_uploads_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/go/test/api_custom_metadata_test.go b/clients/go/test/api_custom_metadata_test.go index 6ad7420c..cd798304 100644 --- a/clients/go/test/api_custom_metadata_test.go +++ b/clients/go/test/api_custom_metadata_test.go @@ -7,7 +7,7 @@ import ( "net/http/httptest" "testing" - "github.com/phrase/phrase-go/v3" // x-release-please-major + "github.com/phrase/phrase-go/v4" // x-release-please-major "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/clients/go/test/api_jobs_test.go b/clients/go/test/api_jobs_test.go index 357e8a8f..7a957cb2 100644 --- a/clients/go/test/api_jobs_test.go +++ b/clients/go/test/api_jobs_test.go @@ -16,7 +16,7 @@ import ( "net/http/httptest" "testing" - "github.com/phrase/phrase-go/v3" // x-release-please-major + "github.com/phrase/phrase-go/v4" // x-release-please-major "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/clients/go/test/api_locales_test.go b/clients/go/test/api_locales_test.go index 9d1fda02..33d98bb7 100644 --- a/clients/go/test/api_locales_test.go +++ b/clients/go/test/api_locales_test.go @@ -16,7 +16,7 @@ import ( "testing" "github.com/antihax/optional" - "github.com/phrase/phrase-go/v3" // x-release-please-major + "github.com/phrase/phrase-go/v4" // x-release-please-major "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/clients/go/test/api_uploads_test.go b/clients/go/test/api_uploads_test.go index 203790e8..58b18d1e 100644 --- a/clients/go/test/api_uploads_test.go +++ b/clients/go/test/api_uploads_test.go @@ -17,7 +17,7 @@ import ( "testing" "github.com/antihax/optional" - "github.com/phrase/phrase-go/v3" + "github.com/phrase/phrase-go/v4" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )