Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
NxPKG committed Oct 14, 2023
1 parent 4f6d420 commit 475aa1e
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ jobs:
version: latest
workdir: .
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
SLACK_WEBHOOK: "${{ secrets.RELEASE_SLACK_WEBHOOK }}"
DISCORD_WEBHOOK_ID: "${{ secrets.DISCORD_WEBHOOK_ID }}"
DISCORD_WEBHOOK_TOKEN: "${{ secrets.DISCORD_WEBHOOK_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Binary file added asnmap
Binary file not shown.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/khulnasoft-lab/goflags v0.1.14
github.com/khulnasoft-lab/gologger v1.1.12
github.com/khulnasoft-lab/hmap v0.0.17
github.com/khulnasoft-lab/mapcidr v1.1.4
github.com/khulnasoft-lab/retryabledns v1.0.32
github.com/khulnasoft-lab/utils v0.0.46
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -36,7 +37,6 @@ require (
github.com/gorilla/css v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/khulnasoft-lab/blackrock v0.0.3 // indirect
github.com/khulnasoft-lab/mapcidr v1.1.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Expand Down
Loading

0 comments on commit 475aa1e

Please sign in to comment.