Skip to content

Commit 702f818

Browse files
authored
update mod path so we can install our own version (#3)
go install really wants github url to match what's in go.mod so switch up our fork to use our branch where required. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
1 parent 2708db0 commit 702f818

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

cmd/relay/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"strconv"
1515
"time"
1616

17-
"github.com/brutella/dnssd"
17+
"github.com/decent-e/dnssd"
1818
)
1919

2020
const (

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
module github.com/brutella/dnssd
1+
module github.com/decent-e/dnssd
22

33
require (
4+
github.com/brutella/dnssd v1.2.4
45
github.com/miekg/dns v1.1.50
56
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
67
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/brutella/dnssd v1.2.4 h1:hmSHQnUS5qujI8PX1QKHDhmwzZVvd63YINFfF9jcGfE=
2+
github.com/brutella/dnssd v1.2.4/go.mod h1:JoW2sJUrmVIef25G6lrLj7HS6Xdwh6q8WUIvMkkBYXs=
13
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
24
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
35
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=

0 commit comments

Comments
 (0)