Skip to content

Commit 18643e9

Browse files
committed
BUILD/MINOR: cn: upgrade client-native
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.
1 parent 3b0d3de commit 18643e9

File tree

3 files changed

+99
-3
lines changed

3 files changed

+99
-3
lines changed

embedded_spec.go

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/google/go-cmp v0.6.0
2525
github.com/google/renameio v1.0.1
2626
github.com/google/uuid v1.6.0
27-
github.com/haproxytech/client-native/v6 v6.0.3
27+
github.com/haproxytech/client-native/v6 v6.0.5
2828
github.com/jessevdk/go-flags v1.5.0
2929
github.com/joho/godotenv v1.5.1
3030
github.com/json-iterator/go v1.1.12

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/google/renameio v1.0.1 h1:Lh/jXZmvZxb0BBeSY5VKEfidcbcbenKjZFzM/q0fSeU
9898
github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk=
9999
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
100100
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
101-
github.com/haproxytech/client-native/v6 v6.0.3 h1:AFd021MvqABlE/UhHiqFC/eYH9Wx7Tn5WPfVszZlero=
102-
github.com/haproxytech/client-native/v6 v6.0.3/go.mod h1:chE1dxclu+2DCtmc969mDsLXehijaEVXYWoftu+X2nk=
101+
github.com/haproxytech/client-native/v6 v6.0.5 h1:UYNnmAf8xDtCxBzbT3mAksJilW67ypFIGUoHSAg8DY8=
102+
github.com/haproxytech/client-native/v6 v6.0.5/go.mod h1:chE1dxclu+2DCtmc969mDsLXehijaEVXYWoftu+X2nk=
103103
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
104104
github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
105105
github.com/invopop/yaml v0.3.1 h1:f0+ZpmhfBSS4MhG+4HYseMdJhoeeopbSKbq5Rpeelso=

0 commit comments

Comments
 (0)