module git.paulbsd.com/paulbsd/dip go 1.17 require ( github.com/gobuffalo/packr/v2 v2.8.1 github.com/karrick/godirwalk v1.16.1 // indirect github.com/labstack/echo/v4 v4.1.17 github.com/likexian/whois-go v1.7.2 github.com/likexian/whois-parser-go v1.15.1 github.com/mattn/go-colorable v0.1.8 // indirect github.com/rogpeppe/go-internal v1.8.0 // indirect github.com/sirupsen/logrus v1.8.1 // indirect github.com/stretchr/testify v1.7.0 // indirect golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect golang.org/x/text v0.3.5 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) require ( github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/gobuffalo/logger v1.0.4 // indirect github.com/gobuffalo/packd v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/labstack/gommon v0.3.0 // indirect github.com/likexian/gokit v0.23.3 // indirect github.com/markbates/errx v1.1.0 // indirect github.com/markbates/oncer v1.0.0 // indirect github.com/markbates/safe v1.0.1 // indirect github.com/mattn/go-isatty v0.0.12 // indirect github.com/spf13/cobra v1.2.1 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.1 // indirect golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect golang.org/x/tools v0.1.2 // indirect )