diff --git a/src/configurationwebhook/model_sweep_configuration.go b/src/configurationwebhook/model_sweep_configuration.go index f284463cb..35bf2f216 100644 --- a/src/configurationwebhook/model_sweep_configuration.go +++ b/src/configurationwebhook/model_sweep_configuration.go @@ -11,7 +11,7 @@ package configurationwebhook import ( "encoding/json" - "github.com/adyen/adyen-go-api-library/1/src/common" + "github.com/adyen/adyen-go-api-library/v11/src/common" ) // checks if the SweepConfiguration type satisfies the MappedNullable interface at compile time