From 19723c2c9d315b68e870a161010f2f2fbe891bca Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Fri, 8 Mar 2024 16:03:38 -0300 Subject: [PATCH 1/2] chore: implement package trace with go (#90) --- config/base.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/base.zsh b/config/base.zsh index f6c79fa..a9fa6b9 100644 --- a/config/base.zsh +++ b/config/base.zsh @@ -41,6 +41,7 @@ export GOENV_PACKAGES=( github.com/OWASP/Amass ) + export GOENV_INSTALL_PACKAGES=( github.com/pengwynn/flint@latest # k8s @@ -102,4 +103,6 @@ export GOENV_INSTALL_PACKAGES=( filippo.io/age/cmd/...@latest # di github.com/google/wire/cmd/wire@latest + # trace + github.com/nxtrace/NTrace-core@latest ) \ No newline at end of file From 8933da0533ee7160c5bbbc926497e53f441116f8 Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Fri, 8 Mar 2024 16:04:09 -0300 Subject: [PATCH 2/2] style: format files using prettier (#90) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- README.md | 2 +- Taskfile.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d69a42f..4d36f30 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐛 Bug report about: Create a report to help us improve labels: type/bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a3ffa50..fb43ed8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: 🚀 Feature request about: Suggest an idea for this project labels: type/enhancement --- diff --git a/README.md b/README.md index 2d0994a..e37b918 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following co ## Copyright -Copyright © 2018-2023 [Hadenlabs](https://hadenlabs.com) +Copyright © 2018-2024 [Hadenlabs](https://hadenlabs.com) ## Trademarks diff --git a/Taskfile.yml b/Taskfile.yml index b5d39a1..1b92446 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -119,4 +119,4 @@ tasks: environment: desc: Setup environment of project cmds: - - task: python:environment \ No newline at end of file + - task: python:environment