forked from haproxytech/client-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 1.07 KB
/
go.mod
File metadata and controls
27 lines (25 loc) · 1.07 KB
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.4.0
github.com/google/renameio v0.1.1-0.20200217212219-353f81969824
github.com/google/uuid v1.1.1
github.com/haproxytech/config-parser/v3 v3.0.1-0.20210212144342-183eb1988d86
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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
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.3.2 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)