gomod: fix the project name

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-02-16 14:44:50 +00:00
parent 8b11b56685
commit 7b1f8fc8be
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module libguestfs.org/nbdkit
module git.batts.cloud/vbatts/go-nbdkit
// First version of golang with working module support.
go 1.13