You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/digitalocean/go-libvirt/go.mod

9 lines
155 B

module github.com/digitalocean/go-libvirt
go 1.15
require (
github.com/stretchr/testify v1.6.1
golang.org/x/tools v0.0.0-20200711155855-7342f9734a7d
)