module github.com/baez90/inetmock go 1.14 require ( github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect github.com/elazarl/goproxy/ext v0.0.0-20200426045556-49ad98f6dac1 // indirect 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/pkg/errors v0.9.1 // 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/crypto v0.0.0-20200622213623-75b288015ac9 // indirect golang.org/x/mod v0.3.0 // indirect golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect golang.org/x/tools v0.0.0-20200624060801-dcbf2a9ed15d // 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 )