Skip to content

Commit

Permalink
BUILD/MINOR: bump config parser dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
vgramer committed Nov 27, 2023
1 parent e75c9ef commit c6e986d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/renameio v1.0.1
github.com/google/uuid v1.3.1
github.com/haproxytech/config-parser/v5 v5.0.1-0.20231123111836-e1d76c798b24
github.com/haproxytech/config-parser/v5 v5.0.1-0.20231127082548-5bf41201fa06
github.com/json-iterator/go v1.1.12
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mitchellh/mapstructure v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWU
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/haproxytech/config-parser/v5 v5.0.1-0.20231123111836-e1d76c798b24 h1:xsQ1q84p9sISXGKVNZeUhyPe+XDICWA8pYyjuHHR24U=
github.com/haproxytech/config-parser/v5 v5.0.1-0.20231123111836-e1d76c798b24/go.mod h1:ASOyT1KguwXaY0NfoLNjLLs0OlnYHnFgUJsdJe6NhZg=
github.com/haproxytech/config-parser/v5 v5.0.1-0.20231127082548-5bf41201fa06 h1:rH6G2AgltdRSCRCSxtf4Kq3YfLO9LkD+nlI3eXdg2ZU=
github.com/haproxytech/config-parser/v5 v5.0.1-0.20231127082548-5bf41201fa06/go.mod h1:ASOyT1KguwXaY0NfoLNjLLs0OlnYHnFgUJsdJe6NhZg=
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
Expand Down
3 changes: 3 additions & 0 deletions models/global.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions models/global_compare.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions models/global_compare_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,9 @@ definitions:
comp_maxlevel:
type: integer
x-display-name: Maximum Compression Level
disable_zero_copy_forwarding:
type: boolean
x-display-name: Disable zero-copy forwarding
fail_alloc:
type: boolean
x-display-name: Failed Allocation Chance
Expand Down
3 changes: 3 additions & 0 deletions specification/models/configuration/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ global:
comp_maxlevel:
type: integer
x-display-name: Maximum Compression Level
disable_zero_copy_forwarding:
type: boolean
x-display-name: Disable zero-copy forwarding
fail_alloc:
type: boolean
x-display-name: Failed Allocation Chance
Expand Down

0 comments on commit c6e986d

Please sign in to comment.