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

chore: implement module nexttrace (#90) #91

Merged
merged 2 commits into from
Mar 8, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: 🐛 Bug report
about: Create a report to help us improve
labels: type/bug
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: 🚀 Feature request
about: Suggest an idea for this project
labels: type/enhancement
---
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ tasks:
environment:
desc: Setup environment of project
cmds:
- task: python:environment
- task: python:environment
3 changes: 3 additions & 0 deletions config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export GOENV_PACKAGES=(
github.com/OWASP/Amass

)

export GOENV_INSTALL_PACKAGES=(
github.com/pengwynn/flint@latest
# k8s
Expand Down Expand Up @@ -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
)
Loading