summaryrefslogtreecommitdiff
path: root/go.mod
blob: 8d8d286b65be7561e95d8b8503f0bf4842c9cae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/mimecast/dtail

go 1.17

require (
	github.com/DataDog/zstd v1.5.2
	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
)