Skip to content

Commit f9953df

Browse files
committed
BUILD/MINOR: go.mod: upgrade client-native
1 parent e1e03d4 commit f9953df

File tree

85 files changed

+3875
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+3875
-210
lines changed

embedded_spec.go

Lines changed: 1773 additions & 141 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
@@ -24,7 +24,7 @@ require (
2424
github.com/google/go-cmp v0.6.0
2525
github.com/google/renameio v1.0.1
2626
github.com/google/uuid v1.6.0
27-
github.com/haproxytech/client-native/v6 v6.0.0-20240722133253-169188f77268
27+
github.com/haproxytech/client-native/v6 v6.0.0-20240731161942-ee8db30f18a6
2828
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240624144932-f03e520c3b70
2929
github.com/jessevdk/go-flags v1.5.0
3030
github.com/json-iterator/go v1.1.12
@@ -66,7 +66,7 @@ require (
6666
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6767
github.com/go-openapi/jsonreference v0.21.0 // indirect
6868
github.com/godbus/dbus/v5 v5.1.0 // indirect
69-
github.com/gofrs/flock v0.12.0 // indirect
69+
github.com/gofrs/flock v0.12.1 // indirect
7070
github.com/haproxytech/go-logger v1.1.0 // indirect
7171
github.com/invopop/yaml v0.3.1 // indirect
7272
github.com/jmespath/go-jmespath v0.4.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/go-test/deep v1.0.8/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncV
8888
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
8989
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
9090
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
91-
github.com/gofrs/flock v0.12.0 h1:xHW8t8GPAiGtqz7KxiSqfOEXwpOaqhpYZrTE2MQBgXY=
92-
github.com/gofrs/flock v0.12.0/go.mod h1:FirDy1Ing0mI2+kB6wk+vyyAH+e6xiE+EYA0jnzV9jc=
91+
github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E=
92+
github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0=
9393
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
9494
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
9595
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
@@ -98,8 +98,8 @@ github.com/google/renameio v1.0.1 h1:Lh/jXZmvZxb0BBeSY5VKEfidcbcbenKjZFzM/q0fSeU
9898
github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk=
9999
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
100100
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
101-
github.com/haproxytech/client-native/v6 v6.0.0-20240722133253-169188f77268 h1:FAUNGgPw+G7TF7y+jr4eqQ9Q3nsQ6UkVTHxherHkK/Y=
102-
github.com/haproxytech/client-native/v6 v6.0.0-20240722133253-169188f77268/go.mod h1:hmMZ2Bp+J3NcV0Trc9Zy0nJ/oRrfG3C38lwE9AwJYFw=
101+
github.com/haproxytech/client-native/v6 v6.0.0-20240731161942-ee8db30f18a6 h1:JuCMLoKCV3Yg2TufkBTe8wohFmK8Ri3ZsNn26G8Ril0=
102+
github.com/haproxytech/client-native/v6 v6.0.0-20240731161942-ee8db30f18a6/go.mod h1:MS5mSnNaJy869yQtDZiq8bk4s3oKzizEG+VIVrPL5e0=
103103
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240624144932-f03e520c3b70 h1:8pxJQsl770NboyHoa6t2i2hvRfzSLi8FvFwTAIlg8J4=
104104
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240624144932-f03e520c3b70/go.mod h1:uzi0JXWJYW31M1AzGsczaJtEaoG54qP0LX8B1A2iQRw=
105105
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=

operations/backend/create_backend_parameters.go

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

operations/backend/create_backend_urlbuilder.go

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

operations/backend/get_backend_parameters.go

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

operations/backend/get_backend_urlbuilder.go

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

operations/backend/get_backends_parameters.go

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

operations/backend/get_backends_urlbuilder.go

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

0 commit comments

Comments
 (0)