module fortio.org/fortio go 1.14 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/fsnotify/fsnotify v1.4.9 github.com/golang/protobuf v1.4.2 github.com/google/go-cmp v0.5.0 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect golang.org/x/text v0.3.3 // indirect google.golang.org/genproto v0.0.0-20200619004808-3e7fca5c55db // indirect google.golang.org/grpc v1.29.1 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect )