Skip to content

Commit

Permalink
Reverting the package names on this branch for the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
atomirex committed Nov 26, 2024
1 parent 9ea59ae commit 38aa0e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/query/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net"
"os"

"github.com/atomirex/mdns"
"github.com/pion/mdns/v2"
"golang.org/x/net/ipv4"
"golang.org/x/net/ipv6"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package main
import (
"net"

"github.com/atomirex/mdns"
"github.com/pion/mdns/v2"
"golang.org/x/net/ipv4"
"golang.org/x/net/ipv6"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/server/publish_ip/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"flag"
"net"

"github.com/atomirex/mdns"
"github.com/pion/mdns/v2"
"golang.org/x/net/ipv4"
"golang.org/x/net/ipv6"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/atomirex/mdns
module github.com/pion/mdns/v2

go 1.20

Expand Down

0 comments on commit 38aa0e5

Please sign in to comment.