Relocate package to code.betamike.com

This commit is contained in:
Brian Picciano 2022-10-20 20:44:20 +02:00
parent a451ee620c
commit d0696182e1
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/cryptic-io/pmux
module code.betamike.com/cryptic-io/pmux
go 1.16

View File

@ -9,7 +9,7 @@ import (
"os/signal"
"syscall"
"github.com/cryptic-io/pmux/pmuxlib"
"code.betamike.com/cryptic-io/pmux/pmuxlib"
"gopkg.in/yaml.v2"
)