module github.com/baez90/inetmock go 1.14 require ( github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/golang/mock v1.4.3 github.com/golang/protobuf v1.4.1 github.com/google/uuid v1.1.1 github.com/mattn/go-runewidth v0.0.9 // indirect github.com/mitchellh/mapstructure v1.3.0 // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/pelletier/go-toml v1.7.0 // indirect github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/cobra v1.0.0 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.3 go.uber.org/zap v1.15.0 golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20200506181757-c20a87c16a39 // indirect google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84 // indirect google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.22.0 gopkg.in/ini.v1 v1.55.0 // indirect gopkg.in/yaml.v2 v2.2.8 )