module github.com/cad/ovpm go 1.14 require ( github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef github.com/coreos/go-iptables v0.5.0 github.com/dustin/go-humanize v1.0.0 github.com/elazarl/go-bindata-assetfs v1.0.1 github.com/go-openapi/loads v0.20.1 // indirect github.com/go-openapi/runtime v0.19.26 github.com/go-openapi/spec v0.20.2 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/uuid v1.2.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0 github.com/jinzhu/gorm v1.9.16 github.com/mattn/go-runewidth v0.0.10 // indirect github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/rivo/uniseg v0.2.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/sirupsen/logrus v1.7.0 github.com/stretchr/testify v1.7.0 github.com/urfave/cli v1.22.5 go.uber.org/thriftrw v1.25.1 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect golang.org/x/text v0.3.6 // indirect google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 google.golang.org/grpc v1.36.1 google.golang.org/protobuf v1.26.0 gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect gopkg.in/hlandau/passlib.v1 v1.0.10 )