module github.com/digitalocean/go-libvirt

go 1.14

require (
	github.com/stretchr/testify v1.6.1
	golang.org/x/net v0.0.0-20200625001655-4c5254603344
	golang.org/x/tools v0.0.0-20200711155855-7342f9734a7d
)