Skip to content

Commit

Permalink
zdns->zmap
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 10, 2024
1 parent cc18066 commit 35d2471
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile.fuzz
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ all: build

.PHONY: build
build:
go-fuzz-build -tags fuzz github.com/zdns/dns
go-fuzz-build -tags fuzz github.com/zmap/dns

.PHONY: build-newrr
build-newrr:
go-fuzz-build -func FuzzNewRR -tags fuzz github.com/zdns/dns
go-fuzz-build -func FuzzNewRR -tags fuzz github.com/zmap/dns

.PHONY: fuzz
fuzz:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package main
import (
"fmt"

"github.com/zdns/dns"
"github.com/zmap/dns"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion dnsutil/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package dnsutil
import (
"strings"

"github.com/zdns/dns"
"github.com/zmap/dns"
)

// AddOrigin adds origin to s if s is not already a FQDN.
Expand Down
2 changes: 1 addition & 1 deletion duplicate_generate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"net"

"github.com/zdns/dns"
"github.com/zmap/dns"
)

// Retrieve the MX records for miek.nl.
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/zdns/dns
module github.com/zmap/dns

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion msg_generate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion privaterr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strings"
"testing"

"github.com/zdns/dns"
"github.com/zmap/dns"
)

const TypeISBN uint16 = 0xFF00
Expand Down
2 changes: 1 addition & 1 deletion types_generate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35d2471

Please sign in to comment.