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