Skip to content

Commit 4244841

Browse files
committed
minor: remove pkg/errors
1 parent 8218a1c commit 4244841

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

cmd/dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
package cmd
22

33
import (
4+
"errors"
45
"fmt"
56
"net"
67
"strconv"
78
"strings"
89
"time"
910

1011
"github.com/miekg/dns"
11-
"github.com/pkg/errors"
1212
"github.com/rs/zerolog/log"
1313
)
1414

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/apparentlymart/go-cidr v1.1.0
77
github.com/miekg/dns v1.1.53
88
github.com/olekukonko/tablewriter v0.0.5
9-
github.com/pkg/errors v0.9.1
109
github.com/rs/zerolog v1.29.0
1110
github.com/spf13/cobra v1.6.1
1211
)

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ github.com/miekg/dns v1.1.53 h1:ZBkuHr5dxHtB1caEOlZTLPo7D3L3TWckgUUs/RHfDxw=
1818
github.com/miekg/dns v1.1.53/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
1919
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
2020
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
21-
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
2221
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
2322
github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
2423
github.com/rs/zerolog v1.29.0 h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=

0 commit comments

Comments
 (0)