Skip to content

Commit

Permalink
Starting /v2
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Feb 9, 2024
1 parent dc39736 commit c61a3ad
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 @@ -9,7 +9,7 @@ import (
"fmt"
"net"

"github.com/pion/mdns"
"github.com/pion/mdns/v2"
"golang.org/x/net/ipv4"
)

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/pion/mdns"
"github.com/pion/mdns/v2"
"golang.org/x/net/ipv4"
)

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/pion/mdns"
"github.com/pion/mdns/v2"
"golang.org/x/net/ipv4"
)

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/pion/mdns
module github.com/pion/mdns/v2

go 1.19

Expand Down

0 comments on commit c61a3ad

Please sign in to comment.