11# DNS Lookup & Domain WHOIS
22
3- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/kataras /dns-lookup?style=for-the-badge )] ( https://goreportcard.com/report/github.com/kataras /dns-lookup )
3+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/hellenic-development /dns-lookup?style=for-the-badge )] ( https://goreportcard.com/report/github.com/hellenic-development /dns-lookup )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge )] ( https://opensource.org/licenses/MIT )
5- [ ![ Go Version] ( https://img.shields.io/github/go-mod/go-version/kataras /dns-lookup?style=for-the-badge )] ( https://github.com/kataras /dns-lookup )
6- [ ![ Release] ( https://img.shields.io/github/v/release/kataras /dns-lookup?style=for-the-badge )] ( https://github.com/kataras /dns-lookup/releases )
7- [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/kataras /dns-lookup/ci.yml?branch=main&style=for-the-badge )] ( https://github.com/kataras /dns-lookup/actions/workflows/ci.yml )
5+ [ ![ Go Version] ( https://img.shields.io/github/go-mod/go-version/hellenic-development /dns-lookup?style=for-the-badge )] ( https://github.com/hellenic-development /dns-lookup )
6+ [ ![ Release] ( https://img.shields.io/github/v/release/hellenic-development /dns-lookup?style=for-the-badge )] ( https://github.com/hellenic-development /dns-lookup/releases )
7+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/hellenic-development /dns-lookup/ci.yml?branch=main&style=for-the-badge )] ( https://github.com/hellenic-development /dns-lookup/actions/workflows/ci.yml )
88
99A fully-featured DNS Lookup and Domain WHOIS package written in Go.
1010
@@ -37,7 +37,7 @@ A fully-featured DNS Lookup and Domain WHOIS package written in Go.
3737The only requirement is the [ Go Programming Language] ( https://go.dev/dl/ ) .
3838
3939``` bash
40- go get github.com/kataras /dns-lookup@latest
40+ go get github.com/hellenic-development /dns-lookup@latest
4141```
4242
4343## Usage
@@ -54,7 +54,7 @@ import (
5454 " fmt"
5555 " log"
5656
57- " github.com/kataras /dns-lookup/pkg/dns"
57+ " github.com/hellenic-development /dns-lookup/pkg/dns"
5858)
5959
6060func main () {
@@ -95,7 +95,7 @@ import (
9595 " fmt"
9696 " log"
9797
98- " github.com/kataras /dns-lookup/pkg/whois"
98+ " github.com/hellenic-development /dns-lookup/pkg/whois"
9999)
100100
101101func main () {
@@ -127,7 +127,7 @@ import (
127127 " fmt"
128128 " log"
129129
130- " github.com/kataras /dns-lookup/pkg/lookup"
130+ " github.com/hellenic-development /dns-lookup/pkg/lookup"
131131)
132132
133133func main () {
@@ -155,7 +155,7 @@ func main() {
155155Install the CLI:
156156
157157``` bash
158- go install github.com/kataras /dns-lookup/cmd/dns-lookup@latest
158+ go install github.com/hellenic-development /dns-lookup/cmd/dns-lookup@latest
159159```
160160
161161#### Usage Examples
0 commit comments