Skip to content

Commit 01b8545

Browse files
committed
MINOR: Update specification and dependencies
Update embeded specification to specification v1.0.1 and models, config-parser and client-native dependencies version.
1 parent aa1391f commit 01b8545

File tree

3 files changed

+203
-21
lines changed

3 files changed

+203
-21
lines changed

embedded_spec.go

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

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/go-openapi/strfmt v0.19.0
1313
github.com/go-openapi/swag v0.19.0
1414
github.com/go-openapi/validate v0.19.0
15-
github.com/haproxytech/client-native v1.0.0
16-
github.com/haproxytech/config-parser v0.9.1
17-
github.com/haproxytech/models v1.0.0
15+
github.com/haproxytech/client-native v1.0.1
16+
github.com/haproxytech/config-parser v1.0.0
17+
github.com/haproxytech/models v1.0.1
1818
github.com/jessevdk/go-flags v1.4.0
1919
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2020
github.com/rs/cors v1.6.0

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ github.com/go-openapi/validate v0.19.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+
6363
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
6464
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
6565
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
66-
github.com/haproxytech/client-native v1.0.0 h1:JCH3kS9ehDCE65fwDq2uMs0JXNomMzQYYCM7jFrt8DY=
67-
github.com/haproxytech/client-native v1.0.0/go.mod h1:R4y+DNch1xuVC6m/UTi9FPrHGxZOAGhNJJphul+BkUc=
68-
github.com/haproxytech/config-parser v0.9.1 h1:eo1elsaiPKVdVP+njXDlltkaW70Stu+0sGzUBzsuMPE=
69-
github.com/haproxytech/config-parser v0.9.1/go.mod h1:se7v728KDunj+qz1kXFFFl+nDuoBdUaN5eYSi+gYjNM=
70-
github.com/haproxytech/models v1.0.0 h1:ooShgeeRFpCdeMuDR5oZUllfAcKzJSlbv1P0JJ56bJ4=
71-
github.com/haproxytech/models v1.0.0/go.mod h1:UXZVErm/XN6z10sM/enmxrdeEnwo7vz1JI+a8ycEvOQ=
66+
github.com/haproxytech/client-native v1.0.1 h1:z07dOpU9Q+1gDc5n8NTjkYu3GFOFWoe3Hf/HSN30AXA=
67+
github.com/haproxytech/client-native v1.0.1/go.mod h1:sU3r9C9ttkgYmTvPB2C13ScR5WujdeBeLj0jjWoMcdQ=
68+
github.com/haproxytech/config-parser v1.0.0 h1:x6BQ5o5jzOq2QDApYwfFeidbKlS8d8F474tHbzT/GIY=
69+
github.com/haproxytech/config-parser v1.0.0/go.mod h1:se7v728KDunj+qz1kXFFFl+nDuoBdUaN5eYSi+gYjNM=
70+
github.com/haproxytech/models v1.0.1 h1:YuYaIL0ZYYkz4lABa24qO+pVxlwj7MJMFqKjJiwjO/4=
71+
github.com/haproxytech/models v1.0.1/go.mod h1:UXZVErm/XN6z10sM/enmxrdeEnwo7vz1JI+a8ycEvOQ=
7272
github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=
7373
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
7474
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=

0 commit comments

Comments
 (0)