forked from haproxytech/client-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/haproxytech/client-native/v2
go 1.14
require (
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/loads v0.19.5 // indirect
github.com/go-openapi/runtime v0.19.15 // indirect
github.com/go-openapi/spec v0.19.7 // indirect
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.7
github.com/go-openapi/validate v0.19.3
github.com/google/go-cmp v0.5.2
github.com/google/renameio v1.0.1
github.com/google/uuid v1.1.1
github.com/haproxytech/config-parser/v4 v4.0.0-rc1.0.20211004110516-d82fb76fc458
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.2.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/tidwall/pretty v1.0.1 // indirect
go.mongodb.org/mongo-driver v1.5.1 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
)
replace github.com/haproxytech/config-parser/v4 => github.com/mo3m3n/config-parser/v4 v4.0.0-20211006154226-70dba6f3fa3d