Skip to content

Commit

Permalink
strconv: add tests and fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Oct 27, 2023
1 parent 7eb1e7b commit 181fab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module github.com/tdewolff/parse/v2

go 1.13

require (
github.com/dvyukov/go-fuzz v0.0.0-20231019021653-5581da83c52f // indirect
github.com/tdewolff/test v1.0.9
)
require github.com/tdewolff/test v1.0.10
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/dvyukov/go-fuzz v0.0.0-20231019021653-5581da83c52f h1:WDoxHudni5ZFV/s5ioYukovIRKYwYjXDy2GY2L3fhhA=
github.com/dvyukov/go-fuzz v0.0.0-20231019021653-5581da83c52f/go.mod h1:11Gm+ccJnvAhCNLlf5+cS9KjtbaD5I5zaZpFMsTHWTw=
github.com/tdewolff/test v1.0.9 h1:SswqJCmeN4B+9gEAi/5uqT0qpi1y2/2O47V/1hhGZT0=
github.com/tdewolff/test v1.0.9/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=
github.com/tdewolff/test v1.0.10 h1:uWiheaLgLcNFqHcdWveum7PQfMnIUTf9Kl3bFxrIoew=
github.com/tdewolff/test v1.0.10/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=

0 comments on commit 181fab8

Please sign in to comment.