Skip to content

Commit

Permalink
[FIX]upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
randolphcyg committed Mar 21, 2023
1 parent 4f7c518 commit 6efa164
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/pkg/errors v0.9.1
github.com/randolphcyg/cpe v1.0.2
github.com/randolphcyg/cpe v1.0.3
github.com/stretchr/testify v1.8.2
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/randolphcyg/cpe v1.0.2 h1:Ci1Ez56mtVrPPbjtU/xeZiBHi0UXbFUGtVjWcxbuF8s=
github.com/randolphcyg/cpe v1.0.2/go.mod h1:R+J264JmgNtHkgKkYS12TQNgp819+OnwFUJuZUkoyio=
github.com/randolphcyg/cpe v1.0.3 h1:Gy91SlIWvPPqIMF8gDq3tnhde6noO/AyKeeyLHp/tio=
github.com/randolphcyg/cpe v1.0.3/go.mod h1:R+J264JmgNtHkgKkYS12TQNgp819+OnwFUJuZUkoyio=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down
3 changes: 2 additions & 1 deletion tests/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import (
"os"
"testing"

"github.com/randolphcyg/nmap-parser"
"github.com/stretchr/testify/assert"

"github.com/randolphcyg/nmap-parser"
)

func TestHandleVersionInfo(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion tests/service_detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import (
"time"

"github.com/pkg/errors"
parser "github.com/randolphcyg/nmap-parser"
"github.com/stretchr/testify/assert"

parser "github.com/randolphcyg/nmap-parser"
)

var (
Expand Down

0 comments on commit 6efa164

Please sign in to comment.