diff --git a/embedded_spec.go b/embedded_spec.go index 56ca03b2..5ded4620 100644 --- a/embedded_spec.go +++ b/embedded_spec.go @@ -26330,6 +26330,9 @@ func init() { "ssl_options": { "$ref": "#/definitions/ssl_options" }, + "stats_file": { + "type": "string" + }, "stats_maxconn": { "type": "integer", "x-display-name": "Stats maxconn", @@ -28291,9 +28294,6 @@ func init() { "silent-drop", "strict-mode", "tarpit", - "track-sc0", - "track-sc1", - "track-sc2", "track-sc", "unset-var", "use-service", @@ -29054,9 +29054,6 @@ func init() { "set-var-fmt", "silent-drop", "strict-mode", - "track-sc0", - "track-sc1", - "track-sc2", "track-sc", "unset-var", "wait-for-body", @@ -34365,9 +34362,6 @@ func init() { "set-var-fmt", "silent-drop", "switch-mode", - "track-sc0", - "track-sc1", - "track-sc2", "track-sc", "unset-var", "use-service" @@ -34847,9 +34841,6 @@ func init() { "action": { "required": true, "value": [ - "track-sc0", - "track-sc1", - "track-sc2", "track-sc" ] }, @@ -34869,9 +34860,6 @@ func init() { "action": { "required": false, "value": [ - "track-sc0", - "track-sc1", - "track-sc2", "track-sc" ] }, @@ -34892,9 +34880,6 @@ func init() { "action": { "required": false, "value": [ - "track-sc0", - "track-sc1", - "track-sc2", "track-sc" ] }, @@ -76271,6 +76256,9 @@ func init() { "ssl_options": { "$ref": "#/definitions/ssl_options" }, + "stats_file": { + "type": "string" + }, "stats_maxconn": { "type": "integer", "x-display-name": "Stats maxconn", @@ -78219,9 +78207,6 @@ func init() { "silent-drop", "strict-mode", "tarpit", - "track-sc0", - "track-sc1", - "track-sc2", "track-sc", "unset-var", "use-service", @@ -78983,9 +78968,6 @@ func init() { "set-var-fmt", "silent-drop", "strict-mode", - "track-sc0", - "track-sc1", - "track-sc2", "track-sc", "unset-var", "wait-for-body", @@ -84176,9 +84158,6 @@ func init() { "set-var-fmt", "silent-drop", "switch-mode", - "track-sc0", - "track-sc1", - "track-sc2", "track-sc", "unset-var", "use-service" @@ -84658,9 +84637,6 @@ func init() { "action": { "required": true, "value": [ - "track-sc0", - "track-sc1", - "track-sc2", "track-sc" ] }, @@ -84680,9 +84656,6 @@ func init() { "action": { "required": false, "value": [ - "track-sc0", - "track-sc1", - "track-sc2", "track-sc" ] }, @@ -84703,9 +84676,6 @@ func init() { "action": { "required": false, "value": [ - "track-sc0", - "track-sc1", - "track-sc2", "track-sc" ] }, diff --git a/go.mod b/go.mod index da284b7b..c2a14fcb 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/google/go-cmp v0.6.0 github.com/google/renameio v1.0.1 github.com/google/uuid v1.6.0 - github.com/haproxytech/client-native/v6 v6.0.0 + github.com/haproxytech/client-native/v6 v6.0.1 github.com/jessevdk/go-flags v1.5.0 github.com/joho/godotenv v1.5.1 github.com/json-iterator/go v1.1.12 diff --git a/go.sum b/go.sum index df2bebb5..376bfbc8 100644 --- a/go.sum +++ b/go.sum @@ -98,8 +98,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/v6 v6.0.0 h1:hLU9UNGoPOmBFsXk9+5qKG3L3tUoQtKl9w5YhOehuow= -github.com/haproxytech/client-native/v6 v6.0.0/go.mod h1:RG/erRZ36Z5YT5li461ZiQgfxRgg4ohhqCQWt6QUjrU= +github.com/haproxytech/client-native/v6 v6.0.1 h1:lVeg4CySqpFlRa4CER/+S4LbhKNBLHV1AK8vvzk1zrA= +github.com/haproxytech/client-native/v6 v6.0.1/go.mod h1:XDu46mnUw7/5Xs8RRgaM0anryVg9t/kMqe/MoEc8JjI= github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE= github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM= github.com/invopop/yaml v0.3.1 h1:f0+ZpmhfBSS4MhG+4HYseMdJhoeeopbSKbq5Rpeelso=