Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.87 KB

DEPENDENCIES.md

File metadata and controls

34 lines (29 loc) · 1.87 KB

Library dependencies for openwhisk-wskdeploy tool

Like other open source projects, openwhisk-wskdeploy is dependent on open source libraries. The full list of direct dependencies is viewable in the Go module go.mod file. Of those dependencies, some have Apache 2.0 compatible licenses which we make note of here:

Library name Licenses Type License/Project Link
jibber_jabber Apache 2.0 https://github.com/cloudfoundry-attic/jibber_jabber/blob/master/LICENSE
color MIT https://github.com/fatih/color/blob/master/LICENSE.md

Library dependencies for unit and integration testing

Library name Licenses Type License/Project Link
Testify MIT https://github.com/stretchr/testify/blob/master/LICENSE
Viper MIT https://github.com/spf13/viper/blob/master/LICENSE