Skip to content

Commit

Permalink
BUILD/MINOR: cn: upgrade client-native
Browse files Browse the repository at this point in the history
Include changes for rst-ttl for http/tcp request and responses and
change how the _version is read from config-parser. Now we stop at first
_version we found in the config.
  • Loading branch information
mjuraga committed Sep 26, 2024
1 parent 3b0d3de commit 18643e9
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 3 deletions.
96 changes: 96 additions & 0 deletions embedded_spec.go

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
github.com/haproxytech/client-native/v6 v6.0.5
github.com/jessevdk/go-flags v1.5.0
github.com/joho/godotenv v1.5.1
github.com/json-iterator/go v1.1.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 h1:AFd021MvqABlE/UhHiqFC/eYH9Wx7Tn5WPfVszZlero=
github.com/haproxytech/client-native/v6 v6.0.3/go.mod h1:chE1dxclu+2DCtmc969mDsLXehijaEVXYWoftu+X2nk=
github.com/haproxytech/client-native/v6 v6.0.5 h1:UYNnmAf8xDtCxBzbT3mAksJilW67ypFIGUoHSAg8DY8=
github.com/haproxytech/client-native/v6 v6.0.5/go.mod h1:chE1dxclu+2DCtmc969mDsLXehijaEVXYWoftu+X2nk=
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=
Expand Down

0 comments on commit 18643e9

Please sign in to comment.