module github.com/digitalocean/go-libvirt

go 1.15

require (
	github.com/stretchr/testify v1.6.1
	golang.org/x/tools v0.1.1
)
