Skip to content

Latest commit

 

History

History
107 lines (93 loc) · 4.8 KB

ATTRIBUTIONS.md

File metadata and controls

107 lines (93 loc) · 4.8 KB

License Attributions

jjversion uses several externally maintained libraries.

This markdown file lists the dependencies of jjversion. Copies of each license can be found in the attributions folder, for instance: attributions/golang-LICENSE.md.

The externally maintained libraries used by jjversion are:

In addition, we utilize two third party alpine packages in the build Docker image:

In addition, some libraries are only developer dependencies, used for the GitHub Actions pipeline or the devcontainer. Note, this is in addition to the libraries listed above:

Note, VS Code Dev Containers is a development tool that utilizes a Docker container as a "full-featured development environment." Information regarding dev containers can be found at: https://code.visualstudio.com/docs/remote/containers

The following extensions are included as part of the dev container:

  • ms-azuretools.vscode-docker
  • golang.Go
  • eamodio.gitlens
  • hbenl.vscode-test-explorer
  • ethan-reesor.vscode-go-test-adapter
  • ms-vscode.test-adapter-converter