2021-05-16 03:46:55 +00:00
|
|
|
module github.com/Xe/mkvm
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/digitalocean/go-libvirt v0.0.0-20210513152157-a898af65b5cc
|
2021-05-25 11:36:23 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.8.3 // indirect
|
2021-05-16 03:46:55 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
github.com/philandstuff/dhall-golang/v5 v5.0.0
|
|
|
|
golang.org/x/tools v0.1.1
|
2021-05-25 11:36:23 +00:00
|
|
|
within.website/ln v0.9.1 // indirect
|
2021-05-16 03:46:55 +00:00
|
|
|
)
|