refactor: rename go module
This commit is contained in:
@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/huin/goupnp"
|
||||
"github.com/huin/goupnp/ssdp"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp/ssdp"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/huin/goupnp/httpu"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp/httpu"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/huin/goupnp/dcps/internetgateway1"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp/dcps/internetgateway1"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
"github.com/huin/goupnp/ssdp"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp/ssdp"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -9,9 +9,9 @@ import (
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
"github.com/huin/goupnp"
|
||||
"github.com/huin/goupnp/scpd"
|
||||
"github.com/huin/goupnp/soap"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp/scpd"
|
||||
"git.cyrilix.bzh/cyrilix/goupnp/soap"
|
||||
)
|
||||
|
||||
// DCP collects together information about a UPnP Device Control Protocol.
|
||||
|
Reference in New Issue
Block a user