Skip to content

Commit

Permalink
Rename other import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed Jul 24, 2019
1 parent 1119554 commit af0ca46
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<a href="https://godoc.org/github.com/Ullaakut/nmap">
<img src="https://godoc.org/github.com/Ullaakut/nmap?status.svg" />
</a>
<a href="https://goreportcard.com/report/github.com/ullaakut/nmap">
<img src="https://goreportcard.com/badge/github.com/ullaakut/nmap">
<a href="https://goreportcard.com/report/github.com/Ullaakut/nmap">
<img src="https://goreportcard.com/badge/github.com/Ullaakut/nmap">
</a>
<a href="https://travis-ci.org/Ullaakut/nmap">
<img src="https://travis-ci.org/Ullaakut/nmap.svg?branch=master">
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_scan/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"time"

"github.com/ullaakut/nmap"
"github.com/Ullaakut/nmap"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions examples/count_hosts_by_os/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"log"

"github.com/ullaakut/nmap"
osfamily "github.com/ullaakut/nmap/pkg/osfamilies"
"github.com/Ullaakut/nmap"
osfamily "github.com/Ullaakut/nmap/pkg/osfamilies"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/service_detection/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/ullaakut/nmap"
"github.com/Ullaakut/nmap"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/spoof_and_decoys/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/ullaakut/nmap"
"github.com/Ullaakut/nmap"
)

func main() {
Expand Down

0 comments on commit af0ca46

Please sign in to comment.