diff --git a/embedded_spec.go b/embedded_spec.go index 242d7918..1dea990b 100644 --- a/embedded_spec.go +++ b/embedded_spec.go @@ -21594,7 +21594,7 @@ func init() { "return_content_format": { "type": "string", "enum": [ - "default-errorfile", + "default-errorfiles", "errorfile", "errorfiles", "file", @@ -22274,7 +22274,7 @@ func init() { "return_content_format": { "type": "string", "enum": [ - "default-errorfile", + "default-errorfiles", "errorfile", "errorfiles", "file", @@ -23041,7 +23041,7 @@ func init() { "return_content_format": { "type": "string", "enum": [ - "default-errorfile", + "default-errorfiles", "errorfile", "errorfiles", "file", @@ -59365,7 +59365,7 @@ func init() { "return_content_format": { "type": "string", "enum": [ - "default-errorfile", + "default-errorfiles", "errorfile", "errorfiles", "file", @@ -60045,7 +60045,7 @@ func init() { "return_content_format": { "type": "string", "enum": [ - "default-errorfile", + "default-errorfiles", "errorfile", "errorfiles", "file", @@ -60812,7 +60812,7 @@ func init() { "return_content_format": { "type": "string", "enum": [ - "default-errorfile", + "default-errorfiles", "errorfile", "errorfiles", "file", diff --git a/go.mod b/go.mod index ed1190f9..acf4bc22 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/go-openapi/validate v0.23.0 github.com/google/renameio v1.0.1 github.com/google/uuid v1.6.0 - github.com/haproxytech/client-native/v4 v4.1.12 + github.com/haproxytech/client-native/v4 v4.1.13 github.com/haproxytech/config-parser/v4 v4.1.5 github.com/hashicorp/consul/api v1.27.0 github.com/hashicorp/hcl v1.0.0 diff --git a/go.sum b/go.sum index 700017d1..7f9e2170 100644 --- a/go.sum +++ b/go.sum @@ -119,8 +119,8 @@ github.com/google/renameio v1.0.1 h1:Lh/jXZmvZxb0BBeSY5VKEfidcbcbenKjZFzM/q0fSeU github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/haproxytech/client-native/v4 v4.1.12 h1:2LCEshM3ca6Y6hDSHi67TGYFT0SdVuGbbeoabn9TmQ4= -github.com/haproxytech/client-native/v4 v4.1.12/go.mod h1:BRPsFwhphcVIVUOt13TIcbDXY0WPanprqqSNa0hBtfc= +github.com/haproxytech/client-native/v4 v4.1.13 h1:pMEigGQCmTQ9MsWjj8dje8KPIuvEPM0y2ISsE5AFxf4= +github.com/haproxytech/client-native/v4 v4.1.13/go.mod h1:8uXfu2XiNxknoUDF2Uwt5PbyQrlxYxXHyugWVHmrAt0= github.com/haproxytech/config-parser/v4 v4.1.5 h1:7Uf4ljHZ/rxWLxf2B+mp6tVDZOf5vNGm7AGsN5ovCZE= github.com/haproxytech/config-parser/v4 v4.1.5/go.mod h1:Pof9e9ohFCyX1dPhxENjAC3MXgWh28KXo2Z8T/0sOrc= github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=