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.2 github.com/google/uuid v1.1.1 github.com/mattn/go-runewidth v0.0.9 // indirect github.com/miekg/dns v1.0.14 github.com/mitchellh/mapstructure v1.3.2 // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/pelletier/go-toml v1.8.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.7.0 go.uber.org/zap v1.15.0 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482 // indirect google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.24.0 gopkg.in/elazarl/goproxy.v1 v1.0.0-20180725130230-947c36da3153 gopkg.in/ini.v1 v1.57.0 // indirect gopkg.in/yaml.v2 v2.3.0 )