File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- package service
1
+ package dnssd
2
2
3
3
import (
4
4
"fmt"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import (
4
4
"github.com/esonhugh/k8spider/cmd"
5
5
_ "github.com/esonhugh/k8spider/cmd/all"
6
6
_ "github.com/esonhugh/k8spider/cmd/axfr"
7
+ _ "github.com/esonhugh/k8spider/cmd/dnssd"
7
8
_ "github.com/esonhugh/k8spider/cmd/dnsutils"
8
9
_ "github.com/esonhugh/k8spider/cmd/metrics"
9
10
_ "github.com/esonhugh/k8spider/cmd/neighbor"
10
- _ "github.com/esonhugh/k8spider/cmd/service"
11
11
_ "github.com/esonhugh/k8spider/cmd/whereisdns"
12
12
_ "github.com/esonhugh/k8spider/cmd/wildcard"
13
13
)
You can’t perform that action at this time.
0 commit comments