Skip to content

Commit 572e62d

Browse files
committed
BUILD/MINOR: go.mod: upgrade client-native and generate spec
1 parent f746dc1 commit 572e62d

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

embedded_spec.go

Lines changed: 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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/v4 v4.1.9
26-
github.com/haproxytech/config-parser/v4 v4.1.4
25+
github.com/haproxytech/client-native/v4 v4.1.10
26+
github.com/haproxytech/config-parser/v4 v4.1.5
2727
github.com/hashicorp/consul/api v1.22.0
2828
github.com/hashicorp/hcl v1.0.0
2929
github.com/jessevdk/go-flags v1.5.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
165165
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
166166
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
167167
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
168-
github.com/haproxytech/client-native/v4 v4.1.9 h1:6/cM9mWqPEQA1IdgklcC0sv118cwE5JObb5pxXRhaJw=
169-
github.com/haproxytech/client-native/v4 v4.1.9/go.mod h1:O4YmyCEOYadOKKK6Jk/E7I3P6O4rIQ7zyEPaASymsj8=
170-
github.com/haproxytech/config-parser/v4 v4.1.4 h1:dkLaUVqSQqIbBxaTJ1YeiQVEFV7x4T4aJ7IPixkTRkY=
171-
github.com/haproxytech/config-parser/v4 v4.1.4/go.mod h1:fhSDI1K4nlzKoYqXPWIPjZMImtKyJtJ8hD3tGUIAH9U=
168+
github.com/haproxytech/client-native/v4 v4.1.10 h1:FyCKNO76k/OZiBIhtGHYtdoDt5wq+uczy3vzf17VI7w=
169+
github.com/haproxytech/client-native/v4 v4.1.10/go.mod h1:YI7cBryojiSqiL407ZhvrIPJA0QSCsJNgVO0ULPDnaU=
170+
github.com/haproxytech/config-parser/v4 v4.1.5 h1:7Uf4ljHZ/rxWLxf2B+mp6tVDZOf5vNGm7AGsN5ovCZE=
171+
github.com/haproxytech/config-parser/v4 v4.1.5/go.mod h1:Pof9e9ohFCyX1dPhxENjAC3MXgWh28KXo2Z8T/0sOrc=
172172
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
173173
github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
174174
github.com/hashicorp/consul/api v1.22.0 h1:ydEvDooB/A0c/xpsBd8GSt7P2/zYPBui4KrNip0xGjE=

0 commit comments

Comments
 (0)