mirror of
https://github.com/ScottESanDiego/virtwold.git
synced 2024-12-22 13:45:33 +00:00
10 lines
210 B
Modula-2
10 lines
210 B
Modula-2
|
module github.com/scottesandiego/virtwold/v2
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/antchfx/xmlquery v1.3.5
|
||
|
github.com/digitalocean/go-libvirt v0.0.0-20210201230814-aaced3ae0e81
|
||
|
github.com/google/gopacket v1.1.19
|
||
|
)
|