From cf0da25db38b15b30f1d7d48b0fd9b0a141e7af3 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 15:12:34 +0000 Subject: [PATCH 01/10] Create techstack.yml --- techstack.yml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..6e894e5 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,53 @@ +repo_name: novuhq/go-novu +report_id: 906cf754f0629b0fe0a5e9d58f7019cd +repo_type: Public +timestamp: '2023-11-09T15:12:31+00:00' +requested_by: sumitsaurabh927 +provider: github +branch: master +detected_tools_count: 4 +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: 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: 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: ".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: go.mod + last_updated_by: Oyewole S. Abayomi + last_updated_on: 2022-06-27 07:13:12.000000000 Z From ada6d88bc1e5e1472ab2b442279f7a0bd71cac25 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 15:12:36 +0000 Subject: [PATCH 02/10] Create techstack.md --- techstack.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..47e5c98 --- /dev/null +++ b/techstack.md @@ -0,0 +1,76 @@ + +
+ +# 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") +

+|4
Tools used|11/09/23
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ Golang +
+ Golang +
+ +
+ +## DevOps (3) + + + + + + + + +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ Testify +
+ Testify +
+ +
+ +
+
+ +Generated via [Stack File](https://github.com/apps/stack-file) From ab8834de947192bd98f1c72b121c571fa2f6ed23 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 14 Dec 2023 09:32:30 +0000 Subject: [PATCH 03/10] Update techstack.yml --- techstack.yml | 94 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 90 insertions(+), 4 deletions(-) diff --git a/techstack.yml b/techstack.yml index 6e894e5..875d1ae 100644 --- a/techstack.yml +++ b/techstack.yml @@ -1,11 +1,11 @@ repo_name: novuhq/go-novu -report_id: 906cf754f0629b0fe0a5e9d58f7019cd +report_id: '09dd112665e7afa1290ea49cc2de3954' repo_type: Public -timestamp: '2023-11-09T15:12:31+00:00' -requested_by: sumitsaurabh927 +timestamp: '2023-12-14T09:32:28+00:00' +requested_by: unicodeveloper provider: github branch: master -detected_tools_count: 4 +detected_tools_count: 10 tools: - name: Golang description: An open source programming language that makes it easy to build simple, @@ -51,3 +51,89 @@ tools: 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 From e1ca93279198a4c9ec1ac94f4bac95a396587962 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 14 Dec 2023 09:32:31 +0000 Subject: [PATCH 04/10] Update techstack.md --- techstack.md | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/techstack.md b/techstack.md index 47e5c98..54a35fa 100644 --- a/techstack.md +++ b/techstack.md @@ -1,30 +1,34 @@
# 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")

-|4
Tools used|11/09/23
Report generated| +|10
Tools used|12/14/23
Report generated| |------|------|
@@ -70,7 +74,21 @@ Full tech stack [here](/techstack.md) + +## Open source packages (6) + +## 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| +
-Generated via [Stack File](https://github.com/apps/stack-file) +Generated via [Stack File](https://github.com/marketplace/stack-file) From 526bf80fd568d00c43cf2c4dcf3d793fea521a31 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 16:10:43 +0000 Subject: [PATCH 05/10] Update techstack.yml --- techstack.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/techstack.yml b/techstack.yml index 875d1ae..04c59ec 100644 --- a/techstack.yml +++ b/techstack.yml @@ -1,7 +1,8 @@ repo_name: novuhq/go-novu -report_id: '09dd112665e7afa1290ea49cc2de3954' +report_id: 906cf754f0629b0fe0a5e9d58f7019cd +version: 0.1 repo_type: Public -timestamp: '2023-12-14T09:32:28+00:00' +timestamp: '2024-01-04T14:57:46+00:00' requested_by: unicodeveloper provider: github branch: master @@ -17,6 +18,7 @@ tools: 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 @@ -26,6 +28,7 @@ tools: 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 @@ -35,6 +38,7 @@ tools: 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 @@ -48,6 +52,7 @@ tools: 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 From 65048a3587f5ef1789d8879056b7d400752576a8 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 16:10:44 +0000 Subject: [PATCH 06/10] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index 54a35fa..c574392 100644 --- a/techstack.md +++ b/techstack.md @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md) # 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")

-|10
Tools used|12/14/23
Report generated| +|10
Tools used|01/04/24
Report generated| |------|------|
From c78a126fdb99353e78fce64085f62ffe224ee6bf Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:42:52 +0000 Subject: [PATCH 07/10] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 04c59ec..c71dad6 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: novuhq/go-novu report_id: 906cf754f0629b0fe0a5e9d58f7019cd version: 0.1 repo_type: Public -timestamp: '2024-01-04T14:57:46+00:00' +timestamp: '2024-01-05T09:22:26+00:00' requested_by: unicodeveloper provider: github branch: master From 603d2adc749e3ab540122270f935727f1e63c219 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:42:53 +0000 Subject: [PATCH 08/10] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index c574392..d03ed0a 100644 --- a/techstack.md +++ b/techstack.md @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md) # 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")

-|10
Tools used|01/04/24
Report generated| +|10
Tools used|01/05/24
Report generated| |------|------|
From b3d418fbcf702f65be96a14ca378940df7d022e8 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:14:41 +0000 Subject: [PATCH 09/10] Update techstack.yml --- techstack.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/techstack.yml b/techstack.yml index c71dad6..d51560e 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: novuhq/go-novu report_id: 906cf754f0629b0fe0a5e9d58f7019cd version: 0.1 repo_type: Public -timestamp: '2024-01-05T09:22:26+00:00' +timestamp: '2024-02-29T18:06:08+00:00' requested_by: unicodeveloper provider: github branch: master @@ -71,8 +71,8 @@ tools: 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 ' + 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 From 450f3bd1720cac01f508d7ce1ce9977baf3c1295 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:14:43 +0000 Subject: [PATCH 10/10] Update techstack.md --- techstack.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/techstack.md b/techstack.md index d03ed0a..e5f3ae9 100644 --- a/techstack.md +++ b/techstack.md @@ -4,8 +4,8 @@ novuhq/go-novu is built on the following main stack: - [Golang](http://golang.org/) – Languages -- [Testify](https://github.com/stretchr/testify) – Go Testing - [GitHub Actions](https://github.com/features/actions) – Continuous Integration +- [Testify](https://github.com/stretchr/testify) – Go Testing Full tech stack [here](/techstack.md) @@ -16,8 +16,8 @@ Full tech stack [here](/techstack.md) novuhq/go-novu is built on the following main stack: - Golang [Golang](http://golang.org/) – Languages -- Testify [Testify](https://github.com/stretchr/testify) – Go Testing - GitHub Actions [GitHub Actions](https://github.com/features/actions) – Continuous Integration +- Testify [Testify](https://github.com/stretchr/testify) – Go Testing Full tech stack [here](/techstack.md) @@ -28,7 +28,7 @@ Full tech stack [here](/techstack.md) # 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")

-|10
Tools used|01/05/24
Report generated| +|10
Tools used|02/29/24
Report generated| |------|------|