blob: 9a50e44dbffafe5bca16b7d1795a5162cf5d12fe (
plain)
1
2
3
4
5
6
7
8
9
|
module github.com/mimecast/dtail
go 1.13
require (
github.com/DataDog/zstd v1.4.4
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
)
|