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" )