module github.com/djthorpe/gopi require ( github.com/cenkalti/backoff v2.0.0+incompatible // indirect github.com/djthorpe/zeroconf v0.0.0-20171029195637-8219919fca89 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect github.com/golang/protobuf v1.2.0 github.com/mattn/go-runewidth v0.0.3 // indirect github.com/miekg/dns v1.0.8 // indirect github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84 golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac // indirect golang.org/x/net v0.0.0-20180826012351-8a410e7b638d golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/sys v0.0.0-20180824143301-4910a1d54f87 // indirect golang.org/x/text v0.3.0 // indirect google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect google.golang.org/grpc v1.14.0 )