Add oscalkit-test - #31
Conversation
anweiss
left a comment
There was a problem hiding this comment.
Instead of a directory called oscalkit-test, let's simply call it test.
2c53188 to
49f6eac
Compare
|
@anweiss Just as a clarification, we are using github.com/fatih/color to display the test result in green or red in case the test passes or fails respectively, currently the user will have to go get the dependency and this is mentioned in the readme file. Is this approach correct or should we add it to vendor? |
|
@farhan-khan30 please vendor the deps |
|
@farhan-khan30 also bear in mind that https://github.com/fatih/color was recently archived and is no longer maintained. |
|
Although https://github.com/fatih/color is archived, but it looks to be in fairly good shape. We can continue with this for now. If it breaks on any major update in Go, we'd fork, fix whats required and switch to our fork in the deps. |
49f6eac to
dcf6424
Compare
Signed-off-by: farhankamalkhan <farhankamalkhan@gmail.com>
dcf6424 to
942d806
Compare
|
@anweiss added the deps to vendor and updated the readme. |
|
LGTM. |
Signed-off-by: farhankamalkhan <farhankamalkhan@gmail.com>
Signed-off-by: farhankamalkhan farhankamalkhan@gmail.com