refactor: rename go module

This commit is contained in:
2022-11-01 20:02:13 +01:00
parent d8bd5d2d52
commit 1a2c6ad5b2
17 changed files with 29 additions and 29 deletions

View File

@ -15,8 +15,8 @@ import (
"net/url"
"time"
"github.com/huin/goupnp"
"github.com/huin/goupnp/soap"
"git.cyrilix.bzh/cyrilix/goupnp"
"git.cyrilix.bzh/cyrilix/goupnp/soap"
)
// Hack to avoid Go complaining if time isn't used.