Commit 997fffd 1 parent 2960940 commit 997fffd Copy full SHA for 997fffd
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
"os"
30
30
31
31
"github.com/spf13/cobra"
32
- "github.com/vdjagilev/nmap-formatter/v2 /formatter"
32
+ "github.com/vdjagilev/nmap-formatter/v3 /formatter"
33
33
)
34
34
35
35
var config = formatter.Config {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"testing"
31
31
32
32
"github.com/spf13/cobra"
33
- "github.com/vdjagilev/nmap-formatter/v2 /formatter"
33
+ "github.com/vdjagilev/nmap-formatter/v3 /formatter"
34
34
)
35
35
36
36
func Test_validate (t * testing.T ) {
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/vdjagilev/nmap-formatter/v2 /formatter"
7
+ "github.com/vdjagilev/nmap-formatter/v3 /formatter"
8
8
)
9
9
10
10
// 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
2
2
3
3
go 1.22.2
4
4
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ THE SOFTWARE.
21
21
*/
22
22
package main
23
23
24
- import "github.com/vdjagilev/nmap-formatter/v2 /cmd"
24
+ import "github.com/vdjagilev/nmap-formatter/v3 /cmd"
25
25
26
26
func main () {
27
27
cmd .Execute ()
You can’t perform that action at this time.
0 commit comments