update Go module path

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2022-09-08 12:49:12 +02:00
parent 7aacfc34cd
commit dad8d5996b
191 changed files with 445 additions and 445 deletions

View File

@@ -8,10 +8,10 @@ import (
"net"
"syscall"
"github.com/stv0g/cunicu/pkg/config"
"github.com/stv0g/cunicu/pkg/device"
"golang.org/x/sys/unix"
wgdevice "golang.zx2c4.com/wireguard/device"
"riasc.eu/wice/pkg/config"
"riasc.eu/wice/pkg/device"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"