module github.com/caarlos0/go-rpmutils

go 1.13

require (
	github.com/DataDog/zstd v1.4.5
	github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/klauspost/compress v1.11.7
	github.com/stretchr/testify v1.7.0
	github.com/ulikunitz/xz v0.5.9
	github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
	go.uber.org/goleak v1.1.10
	golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69 // indirect
)
