Skip to content

Commit b8a9e7e

Browse files
committed
BUG/MINOR: add license file to generate example
1 parent 4424687 commit b8a9e7e

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Data Plane API is generated using [go-swagger](https://github.com/go-swagger/go-
4040
--tags=Reloads \
4141
--tags=ACL \
4242
--tags=Defaults
43+
-r ~/dataplaneapi-specification/copyright.txt
4344
```
4445

4546
This command generates some of the files in this project, which are marked with // Code generated by go-swagger; DO NOT EDIT.

embedded_spec.go

Lines changed: 54 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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,18 @@ require (
1313
github.com/go-openapi/swag v0.19.0
1414
github.com/go-openapi/validate v0.19.0
1515
github.com/haproxytech/client-native v1.2.1-0.20190813110624-83c4d5051c1c
16-
github.com/haproxytech/config-parser v1.0.3
17-
github.com/haproxytech/models v1.2.0
16+
github.com/haproxytech/config-parser v1.1.2
17+
github.com/haproxytech/models v1.2.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
2121
github.com/sirupsen/logrus v1.4.2
2222
golang.org/x/net v0.0.0-20190607181551-461777fb6f67
2323
golang.org/x/sys v0.0.0-20190528012530-adf421d2caf4 // indirect
2424
)
25+
26+
replace github.com/haproxytech/models => ../models
27+
28+
replace github.com/haproxytech/config-parser => ../config-parser
29+
30+
replace github.com/haproxytech/client-native => ../client-native

0 commit comments

Comments
 (0)