Rename module to cunicu.li/cunicu and update all links to new GitHub repo location

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2023-08-13 20:12:47 +02:00
parent c88a7b5d5e
commit 8da992c45c
241 changed files with 592 additions and 592 deletions

View File

@@ -13,10 +13,10 @@ import (
"golang.zx2c4.com/wireguard/wgctrl"
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
"github.com/stv0g/cunicu/pkg/crypto"
"github.com/stv0g/cunicu/pkg/daemon"
"github.com/stv0g/cunicu/pkg/device"
"github.com/stv0g/cunicu/test"
"cunicu.li/cunicu/pkg/crypto"
"cunicu.li/cunicu/pkg/daemon"
"cunicu.li/cunicu/pkg/device"
"cunicu.li/cunicu/test"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"