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

@ -3,7 +3,7 @@ package main
import (
"log"
"github.com/huin/goupnp/ssdp"
"git.cyrilix.bzh/cyrilix/goupnp/ssdp"
)
func main() {