Skip to content

Commit 1a37121

Browse files
committed
#52: Use more lightweight dependencies
1 parent cd5218d commit 1a37121

File tree

2 files changed

+8
-564
lines changed

2 files changed

+8
-564
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/vdjagilev/nmap-formatter
33
go 1.18
44

55
require (
6-
github.com/spf13/cobra v1.2.1
7-
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
6+
github.com/spf13/cobra v1.4.0
7+
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
88
)
99

1010
require (

0 commit comments

Comments
 (0)