Skip to content

Commit d0b22f9

Browse files
authored
Merge pull request #1 from chaitin/feat/parse-passwd
feat: add passwd parser for image
2 parents 2bbb970 + f08502e commit d0b22f9

File tree

5 files changed

+913
-0
lines changed

5 files changed

+913
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ go 1.16
44

55
require (
66
github.com/chaitin/libveinmind v1.1.1
7+
github.com/pkg/errors v0.8.1
8+
github.com/stretchr/testify v1.7.0
79
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
810
)

0 commit comments

Comments
 (0)