Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-qemu import not working #211

Open
ghost opened this issue Nov 27, 2023 · 0 comments
Open

go-qemu import not working #211

ghost opened this issue Nov 27, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 27, 2023

I created a project using go-qemu but after creating module with go mod init and getting the dependencies with go get github.com/digitalocean/go-qemu/... , I ran go mod tidy and get the following:
diego@edge:~/go-qemu$ go mod tidy go: finding module for package github.com/digitalocean/go-qemu go: go-qemu/example imports github.com/digitalocean/go-qemu: module github.com/digitalocean/go-qemu@latest found (v0.0.0-20230711162256-2e3d0186973e), but does not contain package github.com/digitalocean/go-qemu
and for go run, I get:
diego@edge:~/go-qemu$ go run main.go main.go:10:2: no required module provides package github.com/digitalocean/go-qemu; to add it: go get github.com/digitalocean/go-qemu

There's something wrong with this lib?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants