Skip to content

Commit

Permalink
Remove useless dependency and dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed Jan 21, 2019
1 parent ce9a68c commit 13b723f
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 590 deletions.
10 changes: 1 addition & 9 deletions Gopkg.lock

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

4 changes: 0 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
# unused-packages = true


[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"

[prune]
go-tests = true
unused-packages = true
3 changes: 1 addition & 2 deletions nmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ package nmap
import (
"bytes"
"context"
"errors"
"fmt"
"os/exec"
"strings"
"time"

"github.com/pkg/errors"
)

// Scanner represents an Nmap scanner.
Expand Down
24 changes: 0 additions & 24 deletions vendor/github.com/pkg/errors/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/pkg/errors/.travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/pkg/errors/LICENSE

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/pkg/errors/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions vendor/github.com/pkg/errors/appveyor.yml

This file was deleted.

Loading

0 comments on commit 13b723f

Please sign in to comment.