feat(tools): add dylib-tree tool to list/filter linked dynamic libraries

This commit is contained in:
2021-05-17 01:14:46 +01:00
parent 56d9178919
commit ee642683c4
4 changed files with 255 additions and 2 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.16
require (
github.com/google/go-github/v35 v35.1.0
github.com/urfave/cli/v2 v2.3.0
github.com/xlab/treeprint v1.1.0
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)