File: go.mod

package info (click to toggle)
golang-github-digitalocean-go-qemu 0.0~git20221209.f035778-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 860 kB
  • sloc: sh: 34; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/digitalocean/go-qemu

go 1.18

require (
	github.com/alecthomas/repr v0.1.1
	github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e
	github.com/fatih/camelcase v1.0.0
	golang.org/x/sys v0.0.0-20210510120138-977fb7262007
)