Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #85

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
novuhq/go-novu is built on the following main stack:

- [Golang](http://golang.org/) – Languages
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [Testify](https://github.com/stretchr/testify) – Go Testing

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
novuhq/go-novu is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/1005/O6AczwfV_400x400.png' alt='Golang'/> [Golang](http://golang.org/) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/8695/stretchr.png' alt='Testify'/> [Testify](https://github.com/stretchr/testify) – Go Testing

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [novuhq/go-novu](https://github.com/novuhq/go-novu)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|10<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1005/O6AczwfV_400x400.png' alt='Golang'>
<br>
<sub><a href="http://golang.org/">Golang</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (3)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
<br>
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/8695/stretchr.png' alt='Testify'>
<br>
<sub><a href="https://github.com/stretchr/testify">Testify</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (6)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/service/21112/default_1346bbda8fe03e4dce5601323a3ca47a10c1ae36.png'/> Go Packages (6)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[errors](https://pkg.go.dev/github.com/pkg/errors)|v0.9.1|06/27/22|Oyewole S. Abayomi |BSD-2-Clause|N/A|
|[go-cleanhttp](https://pkg.go.dev/github.com/hashicorp/go-cleanhttp)|v0.5.2|10/07/23|Mahendra |MPL-2.0|N/A|
|[go-difflib](https://pkg.go.dev/github.com/pmezard/go-difflib)|v1.0.0|06/27/22|Oyewole S. Abayomi |BSD-3-Clause|N/A|
|[go-retryablehttp](https://pkg.go.dev/github.com/hashicorp/go-retryablehttp)|v0.7.4|10/07/23|Mahendra |MPL-2.0|N/A|
|[go-spew](https://pkg.go.dev/github.com/davecgh/go-spew)|v1.1.0|06/27/22|Oyewole S. Abayomi |ISC|N/A|
|[google/uuid](https://pkg.go.dev/github.com/google/uuid)|v1.3.1|10/07/23|Mahendra |BSD-3-Clause|N/A|

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
144 changes: 144 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
repo_name: novuhq/go-novu
report_id: 906cf754f0629b0fe0a5e9d58f7019cd
version: 0.1
repo_type: Public
timestamp: '2024-02-29T18:06:08+00:00'
requested_by: unicodeveloper
provider: github
branch: master
detected_tools_count: 10
tools:
- name: Golang
description: An open source programming language that makes it easy to build simple,
reliable, and efficient software
website_url: http://golang.org/
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png
detection_source_url: https://github.com/novuhq/go-novu
detection_source: Repo Metadata
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/novuhq/go-novu
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/.github/workflows/golang.yml
detection_source: ".github/workflows/golang.yml"
last_updated_by: Oyewole S. Abayomi
last_updated_on: 2022-06-29 00:16:04.000000000 Z
- name: Testify
description: A toolkit with common assertions and mocks that plays nicely with the
standard library
website_url: https://github.com/stretchr/testify
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Go Testing
image_url: https://img.stackshare.io/service/8695/stretchr.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/go.mod
detection_source: go.mod
last_updated_by: Oyewole S. Abayomi
last_updated_on: 2022-06-27 07:13:12.000000000 Z
- name: errors
description: Simple error handling primitives
package_url: https://pkg.go.dev/github.com/pkg/errors
version: 0.9.1
license: BSD-2-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/go.sum
detection_source: go.mod
last_updated_by: Oyewole S. Abayomi
last_updated_on: 2022-06-27 07:13:12.000000000 Z
- name: go-cleanhttp
description: Cleanhttp Functions for accessing "clean" Go http.Client values The
Go standard library contains a default called
package_url: https://pkg.go.dev/github.com/hashicorp/go-cleanhttp
version: 0.5.2
license: MPL-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/go.sum
detection_source: go.mod
last_updated_by: Mahendra
last_updated_on: 2023-10-07 23:45:32.000000000 Z
- name: go-difflib
description: Partial port of Python difflib package to Go
package_url: https://pkg.go.dev/github.com/pmezard/go-difflib
version: 1.0.0
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/go.sum
detection_source: go.mod
last_updated_by: Oyewole S. Abayomi
last_updated_on: 2022-06-27 07:13:12.000000000 Z
- name: go-retryablehttp
description: Retryable HTTP client in Go
package_url: https://pkg.go.dev/github.com/hashicorp/go-retryablehttp
version: 0.7.4
license: MPL-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/go.sum
detection_source: go.mod
last_updated_by: Mahendra
last_updated_on: 2023-10-07 23:45:32.000000000 Z
- name: go-spew
description: Implements a deep pretty printer for Go data structures to aid in debugging
package_url: https://pkg.go.dev/github.com/davecgh/go-spew
version: 1.1.0
license: ISC
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/go.sum
detection_source: go.mod
last_updated_by: Oyewole S. Abayomi
last_updated_on: 2022-06-27 07:13:12.000000000 Z
- name: google/uuid
description: 'Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication
and Security Services'
package_url: https://pkg.go.dev/github.com/google/uuid
version: 1.3.1
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/novuhq/go-novu/blob/master/go.sum
detection_source: go.mod
last_updated_by: Mahendra
last_updated_on: 2023-10-07 23:45:32.000000000 Z
Loading