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 184ebed commit 0c8bde2
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 1 deletion.
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.1-0.20240920064228-ba9cae20ddb6
github.com/haproxytech/client-native/v6 v6.0.1-0.20240926143800-29b9d3433666
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: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ 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.1-0.20240920064228-ba9cae20ddb6 h1:y7RR2Iw+egqApIImk8uqtCKpXhq4z1Hwj5Ac2nj/pOk=
github.com/haproxytech/client-native/v6 v6.0.1-0.20240920064228-ba9cae20ddb6/go.mod h1:bSvVPWjw0XZO6I3kXUbW+aguzHFSyAglk1+n0miEUqE=
github.com/haproxytech/client-native/v6 v6.0.1-0.20240923153546-f9dffa6c29d9 h1:GbRXgIRCzg3UGKTeOfDYyoE4XR7UlBUcywO7DyiDnaY=
github.com/haproxytech/client-native/v6 v6.0.1-0.20240923153546-f9dffa6c29d9/go.mod h1:bSvVPWjw0XZO6I3kXUbW+aguzHFSyAglk1+n0miEUqE=
github.com/haproxytech/client-native/v6 v6.0.1-0.20240926143800-29b9d3433666 h1:YVcPoxshBIdSUBHWZN26nkPNrJzOBGIWbnwVzdDg1rw=
github.com/haproxytech/client-native/v6 v6.0.1-0.20240926143800-29b9d3433666/go.mod h1:bSvVPWjw0XZO6I3kXUbW+aguzHFSyAglk1+n0miEUqE=
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 0c8bde2

Please sign in to comment.