From 744ceae8d1f2939e8ac8f6f485c8ced0396b6e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= Date: Wed, 18 Dec 2024 10:28:09 +0100 Subject: [PATCH] fix(go): Fix go module in tests --- 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 6ad7420cb..cd7983040 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 357e8a8fe..7a957cb21 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 9d1fda021..33d98bb71 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 203790e80..58b18d1ed 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" )