Skip to content

Commit 72bcaac

Browse files
committed
MINOR: update client-native dependency
Signed-off-by: Vincent Gramer <[email protected]>
1 parent 6a16ca2 commit 72bcaac

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

embedded_spec.go

Lines changed: 3 additions & 19 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.22.1
2323
github.com/google/renameio v1.0.1
2424
github.com/google/uuid v1.3.0
25-
github.com/haproxytech/client-native/v5 v5.0.1-0.20230628135435-6ffddfd714e9
25+
github.com/haproxytech/client-native/v5 v5.0.1-0.20230704090736-90f25555cad6
2626
github.com/haproxytech/config-parser/v5 v5.0.1-0.20230621085204-83b68fc565ef
2727
github.com/jessevdk/go-flags v1.5.0
2828
github.com/json-iterator/go v1.1.12

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
129129
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
130130
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
131131
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
132-
github.com/haproxytech/client-native/v5 v5.0.1-0.20230628135435-6ffddfd714e9 h1:6HvKWzhchNObsFOGh/k56Nio1VTt6Zcs2L2MFqdxG6o=
133-
github.com/haproxytech/client-native/v5 v5.0.1-0.20230628135435-6ffddfd714e9/go.mod h1:LLrzv1Y5cdoUpfZZm/kTtu4ULshJwhVTLeKQSbspYZw=
132+
github.com/haproxytech/client-native/v5 v5.0.1-0.20230704090736-90f25555cad6 h1:JQrFYH4BLhOMM5zbUe9+aMTX1Fo0lxZlFncmCNFJ6OE=
133+
github.com/haproxytech/client-native/v5 v5.0.1-0.20230704090736-90f25555cad6/go.mod h1:21if1azjmmh+xSgSdjYyP6VV3PQrmNrPtgShlSRmUPs=
134134
github.com/haproxytech/config-parser/v5 v5.0.1-0.20230621085204-83b68fc565ef h1:IXxc+Mxwj1FMrnvqN/FmP+x5Uc7AaWX6Nwirft/qfcI=
135135
github.com/haproxytech/config-parser/v5 v5.0.1-0.20230621085204-83b68fc565ef/go.mod h1:7JxHGhCD6WRRc+++7QRBMjoUZMYEP+JRQmp/nBGI9zo=
136136
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=

0 commit comments

Comments
 (0)