Skip to content

Commit 3b2ab7c

Browse files
committed
BUILD/MINOR: swagger: generate using latest client-native and go-swagger
1 parent ff62e50 commit 3b2ab7c

File tree

613 files changed

+2706
-1874
lines changed

Some content is hidden

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

613 files changed

+2706
-1874
lines changed

doc.go

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ require (
2222
github.com/go-openapi/validate v0.22.0
2323
github.com/google/renameio v1.0.1
2424
github.com/google/uuid v1.3.0
25-
github.com/haproxytech/client-native/v4 v4.0.1-0.20220719093029-6a53cf3b5fdb
26-
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20220718074928-6aefcc433cd6
25+
github.com/haproxytech/client-native/v4 v4.0.1
26+
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20220823131539-deece35aeef7
2727
github.com/hashicorp/consul/api v1.6.0
2828
github.com/hashicorp/hcl v1.0.0
2929
github.com/jessevdk/go-flags v1.5.0

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
135135
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
136136
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
137137
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
138-
github.com/haproxytech/client-native/v4 v4.0.1-0.20220719093029-6a53cf3b5fdb h1:QFm+cSh83FK0BtcF/gEKYC0OAx11voePdqgYq9gcZj4=
139-
github.com/haproxytech/client-native/v4 v4.0.1-0.20220719093029-6a53cf3b5fdb/go.mod h1:GS5a2VM6kz+IMN52h0VIW7u5udpuSlkzqv+NTyBQMfo=
140-
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20220718074928-6aefcc433cd6 h1:N8ldJE09Lb7auNjUF54W+rBdbWgE8fx1RLovV9hpDl8=
141-
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20220718074928-6aefcc433cd6/go.mod h1:uFxx/LldtaUvGnUu8/smTgj5ukzs07C5rI1vx3RCTTk=
138+
github.com/haproxytech/client-native/v4 v4.0.1 h1:36o1nSLjGbzKobDoJM6+aFjeovQqUoDYWontwZ1GeRc=
139+
github.com/haproxytech/client-native/v4 v4.0.1/go.mod h1:GS5a2VM6kz+IMN52h0VIW7u5udpuSlkzqv+NTyBQMfo=
140+
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20220823131539-deece35aeef7 h1:N9H5fLuSzdKyQaIZH7Od5FPZzAVtBPAxiQ9QX/XysN8=
141+
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20220823131539-deece35aeef7/go.mod h1:uFxx/LldtaUvGnUu8/smTgj5ukzs07C5rI1vx3RCTTk=
142142
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
143143
github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
144144
github.com/hashicorp/consul/api v1.6.0 h1:SZB2hQW8AcTOpfDmiVblQbijxzsRuiyy0JpHfabvHio=

operations/acl/create_acl.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/create_acl_parameters.go

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/create_acl_responses.go

+10-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/delete_acl.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/delete_acl_responses.go

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/get_acl.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/get_acl_responses.go

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/get_acls.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/get_acls_responses.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/replace_acl.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/replace_acl_parameters.go

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl/replace_acl_responses.go

+10-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operations/acl_runtime/add_payload_runtime_acl.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)