9 lines
155 B
Modula-2
9 lines
155 B
Modula-2
|
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
|
||
|
)
|