Skip to content

Commit 23a0718

Browse files
committed
DOC: Remove dependecies since we have go.mod
1 parent c23e41a commit 23a0718

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,6 @@
44

55
**Data Plane API** is a sidecar process that runs next to HAProxy and provides API endpoints for managing HAProxy. It requires HAProxy version 1.9.0 or higher.
66

7-
8-
## Dependencies
9-
10-
The project depends on the following internal projects:
11-
- [models](https://github.com/haproxytech/models)
12-
- [client-native](https://github.com/haproxytech/client-native)
13-
- [config-parser](https://github.com/haproxytech/config-parser)
14-
15-
External dependecies:
16-
- [go-openapi](https://github.com/go-openapi)
17-
- [go-units](https://github.com/docker/go-units)
18-
- [go-flags](https://github.com/jessevdk/go-flags)
19-
- [cors](https://github.com/rs/cors)
20-
- [graceful](https://github.com/tylerb/graceful)
21-
- [logrus](https://github.com/sirupsen/logrus)
22-
- [uuid](https://github.com/google/uuid)
23-
- [govalidator](https://github.com/asaskevich/govalidator)
24-
- [mgo](https://github.com/globalsign/mgo)
25-
- [easyjson](https://github.com/mailru/easyjson)
26-
- [mapstructure](https://github.com/mitchellh/mapstructure)
27-
- [crypt](https://github.com/GehirnInc/crypt)
28-
297
## Building the Data Plane API
308

319
1\. Clone dataplaneapi repository into $GOPATH/src/github.com/haproxytech

0 commit comments

Comments
 (0)