Skip to content

Commit 165be83

Browse files
committed
MINOR: client_native: upgrade to latest client-native
1 parent 722e35d commit 165be83

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

embedded_spec.go

Lines changed: 0 additions & 4 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
@@ -22,7 +22,7 @@ require (
2222
github.com/go-openapi/validate v0.19.8
2323
github.com/google/renameio v1.0.1
2424
github.com/google/uuid v1.2.0
25-
github.com/haproxytech/client-native/v3 v3.0.1-0.20220428062345-3d97bac60413
25+
github.com/haproxytech/client-native/v3 v3.1.0
2626
github.com/haproxytech/config-parser/v4 v4.0.0-rc2.0.20220404145038-981dbb4d82b1
2727
github.com/hashicorp/consul/api v1.6.0
2828
github.com/hashicorp/hcl v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
174174
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
175175
github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=
176176
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
177-
github.com/haproxytech/client-native/v3 v3.0.1-0.20220428062345-3d97bac60413 h1:Ll2DaP3gc2LVbx5WAWIwgYd361yuFDxJqgiAl3EsJJw=
178-
github.com/haproxytech/client-native/v3 v3.0.1-0.20220428062345-3d97bac60413/go.mod h1:iSJBClljkXNJN/V4BGlP8FTuN64Upmo+yUkXTWaYZmw=
177+
github.com/haproxytech/client-native/v3 v3.1.0 h1:+67d0bER89X2nk5xQZE5JFJ7YbnFdRsqgZY34/ipBFQ=
178+
github.com/haproxytech/client-native/v3 v3.1.0/go.mod h1:iSJBClljkXNJN/V4BGlP8FTuN64Upmo+yUkXTWaYZmw=
179179
github.com/haproxytech/config-parser/v4 v4.0.0-rc2.0.20220404145038-981dbb4d82b1 h1:5+qwM4kKiL8GGn5tjur/pgXzV8cMfQUHp1SCRFZ1RpU=
180180
github.com/haproxytech/config-parser/v4 v4.0.0-rc2.0.20220404145038-981dbb4d82b1/go.mod h1:pEuHx+aFhn0lIdvAg1OaawQfeRkpq1I8HzjtZN4/PLI=
181181
github.com/haproxytech/go-logger v1.0.1-0.20211022075555-178f1cdf4d84 h1:rSLHjJ4VGvMZcGAGQ9GaXuhvdswu1iLVXTThLX6OKN8=

0 commit comments

Comments
 (0)