From cb8ddd8dbca53886c8370e7bfea2c10e939c2012 Mon Sep 17 00:00:00 2001 From: "stack-file[bot]" <147888899+stack-file[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:32:45 +0100 Subject: [PATCH] Create tech stack docs (techstack.yml and techstack.md) (#1614) * Create techstack.yml * Create techstack.md --------- Co-authored-by: stacksharebot --- techstack.md | 309 ++++++++++++++++ techstack.yml | 969 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1278 insertions(+) create mode 100644 techstack.md create mode 100644 techstack.yml diff --git a/techstack.md b/techstack.md new file mode 100644 index 00000000..473a4bb2 --- /dev/null +++ b/techstack.md @@ -0,0 +1,309 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [Clivern/Walrus](https://github.com/Clivern/Walrus)![](https://img.stackshare.io/public_badge.svg "public") +

+|71
Tools used|12/21/23
Report generated| +|------|------| +
+ +## Languages (2) + + + + + + +
+ Golang +
+ Golang +
+ +
+ JavaScript +
+ JavaScript +
+ +
+ +## Frameworks (6) + + + + + + + + + + + + + + +
+ Buefy +
+ Buefy +
+ +
+ Gin Gonic +
+ Gin Gonic +
+ +
+ Protobuf +
+ Protobuf +
+ +
+ Vue.js +
+ Vue.js +
+ v2.7.14 +
+ gRPC +
+ gRPC +
+ +
+ vuex +
+ vuex +
+ +
+ +## DevOps (8) + + + + + + + + + + + + + + + + + + +
+ Babel +
+ Babel +
+ v7.23.6 +
+ Docker +
+ Docker +
+ +
+ ESLint +
+ ESLint +
+ +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ Prometheus +
+ Prometheus +
+ +
+ Testify +
+ Testify +
+ +
+ npm +
+ npm +
+ +
+ +## Software as a Service (SaaS) (1) + + + + +
+ Walrus +
+ Walrus +
+ +
+ +## Other (2) + + + + + + +
+ Shell +
+ Shell +
+ +
+ axios +
+ axios +
+ v0.27.2 +
+ + +## Open source packages (52) + +## Go Packages (43) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[afero](https://pkg.go.dev/github.com/spf13/afero)|v1.9.5|04/24/23|Clivern |Apache-2.0|N/A| +|[atomic](https://pkg.go.dev/go.uber.org/atomic)|v1.7.0|11/06/22|renovate[bot] |MIT|N/A| +|[aws-sdk-go](https://pkg.go.dev/github.com/aws/aws-sdk-go)|v1.49.7|12/21/23|dependabot[bot] |Apache-2.0|N/A| +|[cast](https://pkg.go.dev/github.com/spf13/cast)|v1.5.1|04/24/23|Clivern |MIT|N/A| +|[client_model](https://pkg.go.dev/github.com/prometheus/client_model)|v0.0.0|04/24/23|Clivern |Apache-2.0|N/A| +|[cobra](https://pkg.go.dev/github.com/spf13/cobra)|v1.8.0|11/07/23|dependabot[bot] |Apache-2.0|N/A| +|[codec](https://pkg.go.dev/github.com/ugorji/go/codec)|v1.2.11|06/12/23|renovate[bot] |MIT|N/A| +|[common](https://pkg.go.dev/github.com/prometheus/common)|v0.42.0|04/15/23|dependabot[bot] |Apache-2.0|N/A| +|[crypto](https://pkg.go.dev/golang.org/x/crypto)|v0.0.0|11/27/23|renovate[bot] |BSD-3-Clause|[CVE-2020-9283](https://github.com/advisories/GHSA-ffhg-7mh4-33c4) (Moderate)| +|[fsnotify](https://pkg.go.dev/github.com/fsnotify/fsnotify)|v1.6.0|04/24/23|Clivern |BSD-3-Clause|N/A| +|[gin](https://pkg.go.dev/github.com/gin-gonic/gin)|v1.9.1|09/05/20|Clivern |MIT|N/A| +|[go-difflib](https://pkg.go.dev/github.com/pmezard/go-difflib)|v1.0.0|02/16/21|Clivern |BSD-3-Clause|N/A| +|[go-isatty](https://pkg.go.dev/github.com/mattn/go-isatty)|v0.0.19|06/12/23|renovate[bot] |MIT|N/A| +|[go-jmespath](https://pkg.go.dev/github.com/jmespath/go-jmespath)|v0.4.0|06/12/23|renovate[bot] |Apache-2.0|N/A| +|[go-semver](https://pkg.go.dev/github.com/coreos/go-semver)|v0.3.0|02/16/21|Clivern |Apache-2.0|N/A| +|[go-spew](https://pkg.go.dev/github.com/davecgh/go-spew)|v1.1.0|02/16/21|Clivern |ISC|N/A| +|[go.uuid](https://pkg.go.dev/github.com/satori/go.uuid)|v1.2.0|11/06/22|renovate[bot] |MIT|N/A| +|[goblin](https://pkg.go.dev/github.com/franela/goblin)|v0.0.0|10/03/21|renovate[bot] |MIT|N/A| +|[gogo/protobuf](https://pkg.go.dev/github.com/gogo/protobuf)|v1.3.2|04/24/23|Clivern |Other|N/A| +|[golang_protobuf_extensions](https://pkg.go.dev/github.com/matttproud/golang_protobuf_extensions)|v1.0.4|11/27/23|renovate[bot] |Apache-2.0|N/A| +|[gotenv](https://pkg.go.dev/github.com/subosito/gotenv)|v1.4.2|01/21/23|dependabot[bot] |MIT|N/A| +|[hcl](https://pkg.go.dev/github.com/hashicorp/hcl)|v1.0.0|09/05/20|Clivern |MPL-2.0|N/A| +|[ini.v1](https://pkg.go.dev/gopkg.in/ini.v1)|v1.67.0|09/06/22|renovate[bot] |Apache-2.0|N/A| +|[json-iterator/go](https://pkg.go.dev/github.com/json-iterator/go)|v1.1.12|06/12/23|renovate[bot] |MIT|N/A| +|[jwalterweatherman](https://pkg.go.dev/github.com/spf13/jwalterweatherman)|v1.1.0|02/16/21|Clivern |MIT|N/A| +|[locales](https://pkg.go.dev/github.com/go-playground/locales)|v0.14.1|02/23/23|dependabot[bot] |MIT|N/A| +|[logrus](https://pkg.go.dev/github.com/sirupsen/logrus)|v1.9.3|04/24/23|Clivern |MIT|N/A| +|[mapstructure](https://pkg.go.dev/github.com/mitchellh/mapstructure)|v1.5.0|02/16/21|Clivern |MIT|N/A| +|[mimetype](https://pkg.go.dev/github.com/gabriel-vasile/mimetype)|v1.4.2|06/12/23|renovate[bot] |MIT|N/A| +|[mousetrap](https://pkg.go.dev/github.com/inconshreveable/mousetrap)|v1.1.0|04/04/23|renovate[bot] |Apache-2.0|N/A| +|[net](https://pkg.go.dev/golang.org/x/net)|v0.0.0|09/05/20|Clivern |BSD-3-Clause|N/A| +|[objx](https://pkg.go.dev/github.com/stretchr/objx)|v0.1.0|10/24/22|dependabot[bot] |MIT|N/A| +|[perks](https://pkg.go.dev/github.com/beorn7/perks)|v1.0.1|02/16/21|Clivern |MIT|N/A| +|[pflag](https://pkg.go.dev/github.com/spf13/pflag)|v1.0.5|02/16/21|Clivern |BSD-3-Clause|N/A| +|[procfs](https://pkg.go.dev/github.com/prometheus/procfs)|v0.10.1|04/24/23|Clivern |Apache-2.0|N/A| +|[properties](https://pkg.go.dev/github.com/magiconair/properties)|v1.8.7|01/21/23|dependabot[bot] |BSD-2-Clause|N/A| +|[proto](https://pkg.go.dev/github.com/golang/protobuf/proto)|N/A|04/24/23|Clivern |BSD-3-Clause|N/A| +|[reflect2](https://pkg.go.dev/github.com/modern-go/reflect2)|v1.0.2|02/16/21|Clivern |Apache-2.0|N/A| +|[sys](https://pkg.go.dev/golang.org/x/sys)|v0.0.0|09/05/20|Clivern |BSD-3-Clause|N/A| +|[text](https://pkg.go.dev/golang.org/x/text)|v0.0.0|11/27/23|renovate[bot] |BSD-3-Clause|N/A| +|[universal-translator](https://pkg.go.dev/github.com/go-playground/universal-translator)|v0.18.1|06/12/23|renovate[bot] |MIT|N/A| +|[viper](https://pkg.go.dev/github.com/spf13/viper)|v1.16.0|04/24/23|Clivern |MIT|N/A| +|[zap](https://pkg.go.dev/go.uber.org/zap)|v1.21.0|09/05/20|Clivern |MIT|N/A| + + +## npm (9) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[@babel/core](https://www.npmjs.com/@babel/core)|v7.23.6|12/11/23|renovate[bot] |MIT|N/A| +|[@vue/cli-plugin-babel](https://www.npmjs.com/@vue/cli-plugin-babel)|v5.0.8|12/11/23|renovate[bot] |MIT|N/A| +|[@vue/cli-plugin-eslint](https://www.npmjs.com/@vue/cli-plugin-eslint)|v5.0.8|12/17/23|renovate[bot] |MIT|N/A| +|[@vue/cli-service](https://www.npmjs.com/@vue/cli-service)|v5.0.8|07/07/22|renovate[bot] |MIT|N/A| +|[core-js](https://www.npmjs.com/core-js)|v3.34.0|12/11/23|renovate[bot] |MIT|N/A| +|[eslint-plugin-vue](https://www.npmjs.com/eslint-plugin-vue)|v9.19.2|12/17/23|renovate[bot] |MIT|N/A| +|[vue](https://www.npmjs.com/vue)|v2.7.14|09/20/20|Clivern |MIT|N/A| +|[vue-router](https://www.npmjs.com/vue-router)|v3.6.5|11/10/22|renovate[bot] |MIT|N/A| +|[vue-template-compiler](https://www.npmjs.com/vue-template-compiler)|v2.7.14|11/10/22|renovate[bot] |MIT|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 00000000..12bd37d0 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,969 @@ +repo_name: Clivern/Walrus +report_id: '08d19e3cf749724de62388240085b028' +version: 0.1 +repo_type: Public +timestamp: '2023-12-21T15:25:17+00:00' +requested_by: dependabot[bot] +provider: github +branch: main +detected_tools_count: 71 +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: JavaScript + description: Lightweight, interpreted, object-oriented language with first-class + functions + website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1209/javascript.jpeg + detection_source: Repo Metadata +- name: Buefy + description: UI Components for Vue.js Based on Bulma + website_url: https://buefy.org/ + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: JavaScript Framework Components + image_url: https://img.stackshare.io/service/10410/26799900.png + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2023-03-08 19:33:45.000000000 Z +- name: Gin Gonic + description: 'HTTP web framework written in Go ' + website_url: https://gin-gonic.com/ + license: MIT + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Frameworks (Full Stack) + image_url: https://img.stackshare.io/service/4221/7894478.png + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-06-12 18:26:30.000000000 Z +- name: Protobuf + description: Google's data interchange format + website_url: https://developers.google.com/protocol-buffers/ + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Serialization Frameworks + image_url: https://img.stackshare.io/service/4393/ma2jqJKH_400x400.png + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: Vue.js + description: A progressive framework for building user interfaces + website_url: http://vuejs.org/ + version: 2.7.14 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Javascript MVC Frameworks + image_url: https://img.stackshare.io/service/3837/paeckCWC.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: Clivern + last_updated_on: 2020-09-20 19:16:41.000000000 Z +- name: gRPC + description: A high performance, open-source universal RPC framework + website_url: https://grpc.io/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Remote Procedure Call (RPC) + image_url: https://img.stackshare.io/service/4670/default_d811b0ac72205af84aca21f967594338580be913.png + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2020-09-05 20:59:21.000000000 Z +- name: vuex + description: Centralized State Management for Vue.js. + website_url: https://vuex.vuejs.org + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: State Management Library + image_url: https://img.stackshare.io/service/6705/6128107.png + detection_source: web/package.json + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: Babel + description: Use next generation JavaScript, today. + website_url: http://babeljs.io/ + version: 7.23.6 + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: JavaScript Compilers + image_url: https://img.stackshare.io/service/2739/-1wfGjNw.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/babel.config.js + last_updated_by: Clivern + last_updated_on: 2020-09-20 19:16:41.000000000 Z +- name: Docker + description: Enterprise Container Platform for High-Velocity Innovation. + website_url: https://www.docker.com/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Virtual Machine Platforms & Containers + image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png + detection_source: Repo Metadata +- name: ESLint + description: The fully pluggable JavaScript code quality tool + website_url: http://eslint.org/ + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Code Review + image_url: https://img.stackshare.io/service/3337/Q4L7Jncy.jpg + detection_source: web/package.json + last_updated_by: Clivern + last_updated_on: 2020-09-20 19:16:41.000000000 Z +- 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/api.yml" + last_updated_by: renovate[bot] + last_updated_on: 2023-09-05 17:58:52.000000000 Z +- name: Prometheus + description: An open-source service monitoring system and time series database, + developed by SoundCloud + website_url: http://prometheus.io/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Monitoring + sub_category: Monitoring Tools + image_url: https://img.stackshare.io/service/2501/default_3cf1b307194b26782be5cb209d30360580ae5b3c.png + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.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: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: npm + description: The package manager for JavaScript. + website_url: https://www.npmjs.com/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Front End Package Manager + image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png + detection_source: web/package.json + last_updated_by: Clivern + last_updated_on: 2020-09-20 19:16:41.000000000 Z +- name: Walrus + description: Fast, secure and reliable system backup + website_url: https://clivern.github.io/Walrus/ + license: MIT + open_source: true + hosted_saas: false + category: Application Utilities + sub_category: Backup as a Service + image_url: https://img.stackshare.io/service/25030/default_0c26410cb3f142ddef70207666193eb3db35d0ab.png + detection_source: deployment/docker-compose/docker-compose.yml + last_updated_by: Ahmed + last_updated_on: 2021-05-30 22:26:27.000000000 Z +- name: Shell + description: A shell is a text-based terminal, used for manipulating programs and + files. Shell scripts typically manage program execution. + website_url: https://en.wikipedia.org/wiki/Shell_script + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source: Repo Metadata +- name: axios + description: Promise based HTTP client for the browser and node.js + website_url: https://github.com/mzabriskie/axios + version: 0.27.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Javascript Utilities & Libraries + image_url: https://img.stackshare.io/no-img-open-source.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2022-07-01 14:19:36.000000000 Z +- name: afero + description: A FileSystem Abstraction System for Go + package_url: https://pkg.go.dev/github.com/spf13/afero + version: 1.9.5 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: atomic + description: Wrapper types for sync/atomic which enforce atomic access + package_url: https://pkg.go.dev/go.uber.org/atomic + version: 1.7.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2022-11-06 15:57:39.000000000 Z +- name: aws-sdk-go + description: AWS SDK for the Go programming language + package_url: https://pkg.go.dev/github.com/aws/aws-sdk-go + version: 1.49.7 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: dependabot[bot] + last_updated_on: 2023-12-21 14:03:28.000000000 Z +- name: cast + description: Safe and easy casting from one type to another in Go + package_url: https://pkg.go.dev/github.com/spf13/cast + version: 1.5.1 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: client_model + description: Data model artifacts for Prometheus + package_url: https://pkg.go.dev/github.com/prometheus/client_model + version: 0.0.0 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: cobra + description: A Commander for modern Go CLI interactions + package_url: https://pkg.go.dev/github.com/spf13/cobra + version: 1.8.0 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: dependabot[bot] + last_updated_on: 2023-11-07 15:11:48.000000000 Z +- name: codec + description: Idiomatic codec and rpc lib for msgpack, cbor, json, etc + package_url: https://pkg.go.dev/github.com/ugorji/go/codec + version: 1.2.11 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-06-12 18:26:30.000000000 Z +- name: common + description: Go libraries shared across Prometheus components and libraries + package_url: https://pkg.go.dev/github.com/prometheus/common + version: 0.42.0 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: dependabot[bot] + last_updated_on: 2023-04-15 21:53:00.000000000 Z +- name: crypto + description: Go supplementary cryptography libraries + package_url: https://pkg.go.dev/golang.org/x/crypto + version: 0.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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-11-27 22:59:22.000000000 Z + vulnerabilities: + - name: Improper Verification of Cryptographic Signature in golang.org/x/crypto + cve_id: CVE-2020-9283 + cve_url: https://github.com/advisories/GHSA-ffhg-7mh4-33c4 + detected_date: Aug 22 + severity: moderate + first_patched: 0.0.0-20200220183623-bac4c82f6975 +- name: fsnotify + description: Cross-platform file system notifications for Go + package_url: https://pkg.go.dev/github.com/fsnotify/fsnotify + version: 1.6.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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: gin + description: Gin is a HTTP web framework written in Go + package_url: https://pkg.go.dev/github.com/gin-gonic/gin + version: 1.9.1 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2020-09-05 20:59:21.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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: go-isatty + description: Package isatty implements interface to isatty + package_url: https://pkg.go.dev/github.com/mattn/go-isatty + version: 0.0.19 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-06-12 18:26:30.000000000 Z +- name: go-jmespath + description: Golang implementation of JMESPath + package_url: https://pkg.go.dev/github.com/jmespath/go-jmespath + version: 0.4.0 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-06-12 18:26:30.000000000 Z +- name: go-semver + description: Semver library in Go + package_url: https://pkg.go.dev/github.com/coreos/go-semver + version: 0.3.0 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: go.uuid + description: UUID package for Go + package_url: https://pkg.go.dev/github.com/satori/go.uuid + version: 1.2.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2022-11-06 15:57:39.000000000 Z +- name: goblin + description: Minimal and Beautiful Go testing framework + package_url: https://pkg.go.dev/github.com/franela/goblin + version: 0.0.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2021-10-03 16:47:33.000000000 Z +- name: gogo/protobuf + description: Protocol Buffers for Go with Gadgets + package_url: https://pkg.go.dev/github.com/gogo/protobuf + version: 1.3.2 + license: Other + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: golang_protobuf_extensions + description: Support for streaming Protocol Buffer messages for the Go language + package_url: https://pkg.go.dev/github.com/matttproud/golang_protobuf_extensions + version: 1.0.4 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-11-27 22:59:22.000000000 Z +- name: gotenv + description: Load environment variables dynamically in Go + package_url: https://pkg.go.dev/github.com/subosito/gotenv + version: 1.4.2 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: dependabot[bot] + last_updated_on: 2023-01-21 13:14:04.000000000 Z +- name: hcl + description: HCL is the HashiCorp configuration language + package_url: https://pkg.go.dev/github.com/hashicorp/hcl + version: 1.0.0 + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2020-09-05 20:59:21.000000000 Z +- name: ini.v1 + description: Package ini provides INI file read and write functionality in Go + package_url: https://pkg.go.dev/gopkg.in/ini.v1 + version: 1.67.0 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2022-09-06 18:38:43.000000000 Z +- name: json-iterator/go + description: A high-performance 100% compatible drop-in replacement of "encoding/json" + package_url: https://pkg.go.dev/github.com/json-iterator/go + version: 1.1.12 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-06-12 18:26:30.000000000 Z +- name: jwalterweatherman + description: So you always leave a note + package_url: https://pkg.go.dev/github.com/spf13/jwalterweatherman + version: 1.1.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: locales + description: ":earth_americas: a set of locales generated from the CLDR Project + which can be used independently or within an i18n package; these were built for + use with" + package_url: https://pkg.go.dev/github.com/go-playground/locales + version: 0.14.1 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: dependabot[bot] + last_updated_on: 2023-02-23 15:38:31.000000000 Z +- name: logrus + description: Structured, pluggable logging for Go + package_url: https://pkg.go.dev/github.com/sirupsen/logrus + version: 1.9.3 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: mapstructure + description: Go library for decoding generic map values into native Go structures + package_url: https://pkg.go.dev/github.com/mitchellh/mapstructure + version: 1.5.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: mimetype + description: A golang library for detecting the MIME type and file extension + package_url: https://pkg.go.dev/github.com/gabriel-vasile/mimetype + version: 1.4.2 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-06-12 18:26:30.000000000 Z +- name: mousetrap + description: Detect starting from Windows explorer + package_url: https://pkg.go.dev/github.com/inconshreveable/mousetrap + version: 1.1.0 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-04-04 20:48:55.000000000 Z +- name: net + description: Go supplementary network libraries + package_url: https://pkg.go.dev/golang.org/x/net + version: 0.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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2020-09-05 20:59:21.000000000 Z +- name: objx + description: Go package for dealing with maps + package_url: https://pkg.go.dev/github.com/stretchr/objx + version: 0.1.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: dependabot[bot] + last_updated_on: 2022-10-24 19:37:50.000000000 Z +- name: perks + description: Effective Computation of Things + package_url: https://pkg.go.dev/github.com/beorn7/perks + version: 1.0.1 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: pflag + description: Drop-in replacement for Go's flag package + package_url: https://pkg.go.dev/github.com/spf13/pflag + version: 1.0.5 + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: procfs + description: Procfs provides functions to retrieve system + package_url: https://pkg.go.dev/github.com/prometheus/procfs + version: 0.10.1 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: properties + description: Java properties scanner for Go + package_url: https://pkg.go.dev/github.com/magiconair/properties + version: 1.8.7 + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: dependabot[bot] + last_updated_on: 2023-01-21 13:14:04.000000000 Z +- name: proto + description: Go support for Google's protocol buffers + package_url: https://pkg.go.dev/github.com/golang/protobuf/proto + 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: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: reflect2 + description: Reflect api without runtime reflect.Value cost + package_url: https://pkg.go.dev/github.com/modern-go/reflect2 + version: 1.0.2 + license: Apache-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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2021-02-16 13:00:00.000000000 Z +- name: sys + description: Go packages for low-level interaction with the operating system + package_url: https://pkg.go.dev/golang.org/x/sys + version: 0.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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2020-09-05 20:59:21.000000000 Z +- name: text + description: Go text processing support + package_url: https://pkg.go.dev/golang.org/x/text + version: 0.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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-11-27 22:59:22.000000000 Z +- name: universal-translator + description: ":speech_balloon: i18n Translator for Go/Golang using CLDR data + pluralization + rules" + package_url: https://pkg.go.dev/github.com/go-playground/universal-translator + version: 0.18.1 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2023-06-12 18:26:30.000000000 Z +- name: viper + description: Go configuration with fangs + package_url: https://pkg.go.dev/github.com/spf13/viper + version: 1.16.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2023-04-24 20:15:33.000000000 Z +- name: zap + description: Blazing fast, structured, leveled logging in Go + package_url: https://pkg.go.dev/go.uber.org/zap + version: 1.21.0 + license: MIT + 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/Clivern/Walrus/blob/main/go.sum + detection_source: go.mod + last_updated_by: Clivern + last_updated_on: 2020-09-05 20:59:21.000000000 Z +- name: "@babel/core" + description: Babel compiler core + package_url: https://www.npmjs.com/@babel/core + version: 7.23.6 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15810/default_004658cda9b38934f2871435e9dc15608c86e8be.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2023-12-11 21:34:14.000000000 Z +- name: "@vue/cli-plugin-babel" + description: Babel plugin for vue-cli + package_url: https://www.npmjs.com/@vue/cli-plugin-babel + version: 5.0.8 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16006/default_af9df0bc9fa88191d2fe609204c5bd7599c1a797.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2023-12-11 21:34:14.000000000 Z +- name: "@vue/cli-plugin-eslint" + description: Eslint plugin for vue-cli + package_url: https://www.npmjs.com/@vue/cli-plugin-eslint + version: 5.0.8 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16035/default_b8a893285867e41b5fc4a7631d8fc2da834d778c.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2023-12-17 17:57:24.000000000 Z +- name: "@vue/cli-service" + description: Local service for vue-cli projects + package_url: https://www.npmjs.com/@vue/cli-service + version: 5.0.8 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15990/default_cbd6c289400672b291755183817e9dd6abe1a612.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2022-07-07 13:28:18.000000000 Z +- name: core-js + description: Standard library + package_url: https://www.npmjs.com/core-js + version: 3.34.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15869/default_7c39a83d4acd952df89b1ebfdb94c8646324fbf1.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2023-12-11 21:34:14.000000000 Z +- name: eslint-plugin-vue + description: Official ESLint plugin for Vue.js + package_url: https://www.npmjs.com/eslint-plugin-vue + version: 9.19.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15950/default_f49d4c116f8ea0155f4d92673b084378bba02760.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2023-12-17 17:57:24.000000000 Z +- name: vue + description: Vue + package_url: https://www.npmjs.com/vue + version: 2.7.14 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15844/default_b71c906aeda030a5e2f1fe40bf12a93be52404ab.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: Clivern + last_updated_on: 2020-09-20 19:16:41.000000000 Z +- name: vue-router + description: Official router for Vue.js 2 + package_url: https://www.npmjs.com/vue-router + version: 3.6.5 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15969/default_261820f5687b4c88a3e8f95c71b5e8dccd34c1d7.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2022-11-10 20:02:05.000000000 Z +- name: vue-template-compiler + description: Template compiler for Vue 2.0 + package_url: https://www.npmjs.com/vue-template-compiler + version: 2.7.14 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15850/default_0b10af8ca19c215f781dc07442e75bdc831089d0.png + detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json + detection_source: web/package.json + last_updated_by: renovate[bot] + last_updated_on: 2022-11-10 20:02:05.000000000 Z