diff --git a/README.md b/README.md
index ca521d85b23c1f5ebce16e2c66cc2ccfd35b7bd5..5f57dc654da86a415bcd7ac03deb081c7d781b3a 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ default to *buster*.
 
 For convenience, we build Debian stable / nextstable images weekly
 with this project's CI. You can download these images from the
-project's [Package Registry](https://git.autistici.org/ai3/tools/vmine/-/packages).
+project's [Package Registry](https://git.autistici.org/pipelines/tools/vmine/-/packages).
 
 ### Building an image
 
diff --git a/cmd/vmine/main.go b/cmd/vmine/main.go
index 37e2284e0e53146fcbb3dd46aaba081a21cf4474..ebe2769f6ddb4ba7726e6b0af800526a2e0db97d 100644
--- a/cmd/vmine/main.go
+++ b/cmd/vmine/main.go
@@ -10,7 +10,7 @@ import (
 	"os/signal"
 	"syscall"
 
-	"git.autistici.org/ai3/tools/vmine"
+	"git.autistici.org/pipelines/tools/vmine"
 	yaml "gopkg.in/yaml.v3"
 )
 
diff --git a/debian/control b/debian/control
index eabcb689ef1b1f78ef017e9836c50d8f9dd437f1..5d741c103af14a16f1e126376bfc75b9c5654213 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Autistici/Inventati <debian@autistici.org>
 Build-Depends: debhelper-compat (= 13), golang-any (>= 1.11), dh-golang
 Standards-Version: 3.9.6
-XS-Go-Import-Path: git.autistici.org/ai3/tools/vmine
+XS-Go-Import-Path: git.autistici.org/pipelines/tools/vmine
 
 Package: vmine
 Architecture: any
diff --git a/go.mod b/go.mod
index 63cb85d50c346fb3b1cdd62ea5ee1adc720f700a..2bc79e3818ef3a00a020afab473d1e057028320f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
-module git.autistici.org/ai3/tools/vmine
+module git.autistici.org/pipelines/tools/vmine
 
-go 1.14
+go 1.19
 
 require (
 	golang.org/x/sync v0.3.0
diff --git a/go.sum b/go.sum
index fb8a65f3b34881c67644fd0b75f28b3f4d517b26..d1d3a3f6ddb40c8ee50aa91a624e52c10684c30c 100644
--- a/go.sum
+++ b/go.sum
@@ -1,14 +1,6 @@
-golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
-golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20220907140024-f12130a52804 h1:0SH2R3f1b1VmIMG7BXbEZCBUu2dKmHschSmjqGUrW8A=
-golang.org/x/sync v0.0.0-20220907140024-f12130a52804/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
-golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
 golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
-gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
 gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=