File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
2929 "os"
3030
3131 "github.com/spf13/cobra"
32- "github.com/vdjagilev/nmap-formatter/v2 /formatter"
32+ "github.com/vdjagilev/nmap-formatter/v3 /formatter"
3333)
3434
3535var config = formatter.Config {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030 "testing"
3131
3232 "github.com/spf13/cobra"
33- "github.com/vdjagilev/nmap-formatter/v2 /formatter"
33+ "github.com/vdjagilev/nmap-formatter/v3 /formatter"
3434)
3535
3636func Test_validate (t * testing.T ) {
Original file line number Diff line number Diff line change 44 "fmt"
55 "os"
66
7- "github.com/vdjagilev/nmap-formatter/v2 /formatter"
7+ "github.com/vdjagilev/nmap-formatter/v3 /formatter"
88)
99
1010// validate is checking input from the command line
Original file line number Diff line number Diff line change 1- module github.com/vdjagilev/nmap-formatter/v2
1+ module github.com/vdjagilev/nmap-formatter/v3
22
33go 1.22.2
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ THE SOFTWARE.
2121*/
2222package main
2323
24- import "github.com/vdjagilev/nmap-formatter/v2 /cmd"
24+ import "github.com/vdjagilev/nmap-formatter/v3 /cmd"
2525
2626func main () {
2727 cmd .Execute ()
You can’t perform that action at this time.
0 commit comments