module github.com/mimecast/dtail go 1.17 require ( github.com/DataDog/zstd v1.5.0 golang.org/x/crypto v0.0.0-20220214200702-86341886e292 ) require ( golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect )