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/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.0-rc1.0.20201218192213-cf1331eaac44 github.com/haproxytech/models/v2 v2.2.0-rc1.0.20210112080933-32de531b38f2 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 )