forked from haproxytech/dataplaneapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 901 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/haproxytech/dataplaneapi
go 1.12
require (
github.com/GehirnInc/crypt v0.0.0-20190301055215-6c0105aabd46
github.com/docker/go-units v0.4.0
github.com/go-openapi/errors v0.19.0
github.com/go-openapi/loads v0.19.0
github.com/go-openapi/runtime v0.19.0
github.com/go-openapi/spec v0.19.0
github.com/go-openapi/strfmt v0.19.0
github.com/go-openapi/swag v0.19.0
github.com/go-openapi/validate v0.19.0
github.com/haproxytech/client-native v1.2.7-0.20191014132956-b019aa5097ae
github.com/haproxytech/config-parser v1.1.11-0.20191010080921-251bc0c7bdac
github.com/haproxytech/models v1.2.5-0.20191014095528-ac55cbc13783
github.com/jessevdk/go-flags v1.4.0
github.com/rs/cors v1.6.0
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/sirupsen/logrus v1.4.2
golang.org/x/net v0.0.0-20190607181551-461777fb6f67
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
)