2023-10-17 17:44:13 +05:30
|
|
|
module github.com/projectdiscovery/nuclei/v3
|
2020-07-01 16:17:24 +05:30
|
|
|
|
2025-06-12 15:03:33 +02:00
|
|
|
go 1.24.2
|
2025-04-28 05:10:42 +00:00
|
|
|
|
2025-07-03 16:11:54 +02:00
|
|
|
toolchain go1.24.4
|
2020-07-01 16:17:24 +05:30
|
|
|
|
|
|
|
|
require (
|
2021-09-17 09:08:01 +02:00
|
|
|
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
|
2025-09-15 18:23:08 +05:30
|
|
|
github.com/andygrunwald/go-jira v1.16.1
|
2025-11-23 16:38:03 +05:30
|
|
|
github.com/antchfx/htmlquery v1.3.5
|
2021-08-20 15:11:19 +05:30
|
|
|
github.com/bluele/gcache v0.0.2
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/go-playground/validator/v10 v10.26.0
|
2025-04-28 05:07:38 +00:00
|
|
|
github.com/go-rod/rod v0.116.2
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/gobwas/ws v1.4.0
|
2021-02-02 12:10:47 +05:30
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/invopop/jsonschema v0.13.0
|
|
|
|
|
github.com/itchyny/gojq v0.12.17
|
2021-09-13 15:03:04 +05:30
|
|
|
github.com/json-iterator/go v1.1.12
|
2021-07-05 14:25:42 +05:30
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2020-07-31 18:16:55 +02:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2025-10-06 05:09:35 +00:00
|
|
|
github.com/miekg/dns v1.1.68
|
2025-07-07 18:12:50 +02:00
|
|
|
github.com/olekukonko/tablewriter v1.0.8
|
2020-07-01 16:17:24 +05:30
|
|
|
github.com/pkg/errors v0.9.1
|
2024-09-09 05:21:46 +00:00
|
|
|
github.com/projectdiscovery/clistats v0.1.1
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/projectdiscovery/fastdialer v0.5.2
|
2025-12-31 09:18:45 +07:00
|
|
|
github.com/projectdiscovery/hmap v0.0.99
|
2025-03-03 05:04:51 +00:00
|
|
|
github.com/projectdiscovery/interactsh v1.2.4
|
2025-03-25 01:46:10 +05:30
|
|
|
github.com/projectdiscovery/rawhttp v0.1.90
|
2025-12-31 09:18:45 +07:00
|
|
|
github.com/projectdiscovery/retryabledns v1.0.112
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/projectdiscovery/retryablehttp-go v1.3.2
|
2025-02-13 22:23:35 +05:30
|
|
|
github.com/projectdiscovery/yamldoc-go v1.0.6
|
2020-10-08 16:34:47 +02:00
|
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
2025-04-28 05:07:38 +00:00
|
|
|
github.com/rs/xid v1.6.0
|
2021-08-20 15:11:19 +05:30
|
|
|
github.com/segmentio/ksuid v1.0.4
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
|
2023-03-27 18:48:50 +05:30
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/spf13/cast v1.9.2
|
2021-02-02 12:10:47 +05:30
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2022-10-19 22:33:33 +05:30
|
|
|
github.com/valyala/fasttemplate v1.2.2
|
2025-12-08 05:02:07 +00:00
|
|
|
github.com/weppos/publicsuffix-go v0.50.1
|
2023-04-04 07:39:52 +05:30
|
|
|
go.uber.org/multierr v1.11.0
|
2025-12-22 05:01:47 +00:00
|
|
|
golang.org/x/net v0.48.0
|
2025-07-01 00:40:44 +07:00
|
|
|
golang.org/x/oauth2 v0.30.0
|
2025-12-22 05:01:47 +00:00
|
|
|
golang.org/x/text v0.32.0
|
2020-11-26 11:39:02 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-07-01 16:17:24 +05:30
|
|
|
)
|
2021-09-09 00:50:09 -04:00
|
|
|
|
2021-12-16 11:09:38 +01:00
|
|
|
require (
|
2025-06-12 15:44:11 +02:00
|
|
|
carvel.dev/ytt v0.52.0
|
2024-02-19 00:04:37 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.17.0
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
|
2023-07-18 01:15:18 +05:30
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0
|
2026-01-02 03:28:46 +04:00
|
|
|
github.com/Azure/go-ntlmssp v0.1.0
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/DataDog/gostackparse v0.7.0
|
2023-04-19 21:58:48 +05:30
|
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
2023-04-16 19:49:35 +02:00
|
|
|
github.com/Mzack9999/gcache v0.0.0-20230410081825-519e28eab057
|
2025-12-31 23:02:48 +04:00
|
|
|
github.com/Mzack9999/go-rsync v0.0.0-20250821180103-81ffa574ef4d
|
2025-07-09 14:47:26 -05:00
|
|
|
github.com/Mzack9999/goja v0.0.0-20250507184235-e46100e9c697
|
|
|
|
|
github.com/Mzack9999/goja_nodejs v0.0.0-20250507184139-66bcbf65c883
|
2025-09-15 05:08:14 +00:00
|
|
|
github.com/alexsnet/go-vnc v0.1.0
|
2025-02-13 18:46:28 +05:30
|
|
|
github.com/alitto/pond v1.9.2
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/antchfx/xmlquery v1.4.4
|
2025-11-23 16:38:03 +05:30
|
|
|
github.com/antchfx/xpath v1.3.5
|
2023-03-14 18:43:46 +05:30
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.36.5
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.29.17
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.70
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.82
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
|
2025-07-28 14:46:44 +02:00
|
|
|
github.com/bytedance/sonic v1.14.0
|
2024-07-01 05:56:31 +00:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/charmbracelet/glamour v0.10.0
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/clbanning/mxj/v2 v2.7.0
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
|
2022-09-07 00:45:02 +05:30
|
|
|
github.com/docker/go-units v0.5.0
|
2022-09-03 12:13:18 +05:30
|
|
|
github.com/fatih/structs v1.1.0
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/getkin/kin-openapi v0.132.0
|
|
|
|
|
github.com/go-git/go-git/v5 v5.16.2
|
|
|
|
|
github.com/go-ldap/ldap/v3 v3.4.11
|
2025-11-02 01:12:11 +07:00
|
|
|
github.com/go-pg/pg/v10 v10.15.0
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/go-sql-driver/mysql v1.9.3
|
2025-02-11 04:31:37 +07:00
|
|
|
github.com/goccy/go-json v0.10.5
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/google/uuid v1.6.0
|
2022-03-30 05:22:10 +00:00
|
|
|
github.com/h2non/filetype v1.1.3
|
2024-08-16 16:04:47 +03:00
|
|
|
github.com/invopop/yaml v0.3.1
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
2024-09-09 20:54:49 +07:00
|
|
|
github.com/kitabisa/go-ci v1.0.3
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/labstack/echo/v4 v4.13.4
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/leslie-qiwa/flat v0.0.0-20230424180412-f9d1cf014baa
|
2024-05-25 00:29:04 +05:30
|
|
|
github.com/lib/pq v1.10.9
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
feat(loader): implement persistent metadata cache (#6630)
* feat(loader): implement persistent metadata cache
for template filtering optimization.
Introduce a new template metadata indexing system
with persistent caching to dramatically improve
template loading perf when filters are applied.
The implementation adds a new index pkg that
caches lightweight template metadata (ID, tags,
authors, severity, .etc) and enables filtering
templates before expensive YAML parsing occurs.
The index uses an in-memory LRU cache backed by
`otter` pkg for efficient memory management with
adaptive sizing based on entry weight, defaulting
to approx. 40MB for 50K templates.
Metadata is persisted to disk using gob encoding
at "~/.cache/nuclei/index.gob" with atomic writes
to prevent corruption. The cache automatically
invalidates stale entries using `ModTime` to
detect file modifications, ensuring metadata
freshness w/o manual intervention.
Filtering has been refactored from the previous
`TagFilter` and `PathFilter` approach into a
unified `index.Filter` type that handles all basic
filtering ops including severity, authors, tags,
template IDs with wildcard support, protocol
types, and path-based inclusion and exclusion. The
filter implements OR logic within each field type
and AND logic across different field types, with
exclusion filters taking precedence over inclusion
filters and forced inclusion via
`IncludeTemplates` and `IncludeTags` overriding
exclusions.
The `loader` integration creates an index filter
from store configuration via `buildIndexFilter`
and manages the cache lifecycle through
`loadTemplatesIndex` and `saveTemplatesIndex`
methods. When `LoadTemplatesOnlyMetadata` or
`LoadTemplatesWithTags` is called, the system
first checks the metadata cache for each template
path. If cached metadata exists and passes
validation, the filter is applied directly against
the metadata without parsing. Only templates
matching the filter criteria proceed to full YAML
parsing, resulting in significant performance
gains.
Advanced filtering via "-tc" flag
(`IncludeConditions`) still requires template
parsing as these are expression-based filters that
cannot be evaluated from metadata alone. The
`TagFilter` has been simplified to handle only
`IncludeConditions` while all other filtering ops
are delegated to the index-based filtering system.
Cache management is fully automatic with no user
configuration required. The cache gracefully
handles errors by logging warnings & falling back
to normal op w/o caching. Cache files use schema
versioning to invalidate incompatible cache
formats across nuclei updates (well, specifically
`Index` and `Metadata` changes).
This optimization particularly benefits repeated
scans with the same filters, CI/CD pipelines
running nuclei regularly, development and testing
workflows with frequent template loading, and any
scenario with large template collections where
filtering would exclude most templates.
* test(loader): adds `BenchmarkLoadTemplates{,OnlyMetadata}` benchs
Signed-off-by: Dwi Siswanto <git@dw1.io>
* ci: cache nuclei-templates index
Signed-off-by: Dwi Siswanto <git@dw1.io>
* chore(index): satisfy lints
Signed-off-by: Dwi Siswanto <git@dw1.io>
* fix(index): correct metadata filter logic
for proper template matching.
The `filter.matchesIncludes()` was using OR logic
across different filter types, causing incorrect
template matching. Additionally, ID matching was
case-sensitive, failing to match patterns like
'CVE-2021-*'.
The filter now correctly implements: (author1 OR
author2) AND (tag1 OR tag2) AND (severity1 OR
severity2) - using OR within each filter type and
AND across different types.
Signed-off-by: Dwi Siswanto <git@dw1.io>
* test(index): resolve test timing issue
in CI environments.
Some test was failing in CI due to filesystem
timestamp resolution limitations. On filesystems
with 1s ModTime granularity (common in CI),
modifying a file immediately after capturing its
timestamp resulted in identical ModTime values,
causing IsValid() to incorrectly return true.
Signed-off-by: Dwi Siswanto <git@dw1.io>
* ci: cache nuclei with composite action
Signed-off-by: Dwi Siswanto <git@dw1.io>
* fix(index): file locking issue on Windows
during cache save/load.
Explicitly close file handles before performing
rename/remove ops in `Save` and `Load` methods.
* In `Save`, close temp file before rename.
* In `Load`, close file before remove during error
handling/version mismatch.
Signed-off-by: Dwi Siswanto <git@dw1.io>
* test(index): flaky index tests on Windows
Fix path separator mismatch in `TestCacheSize`
and `TestCachePersistenceWithLargeDataset` by
using `filepath.Join` consistently instead of
hardcoded forward slashes.
Signed-off-by: Dwi Siswanto <git@dw1.io>
* test(cmd): init logger to prevent nil pointer deref
The integration tests were panicking with a nil
pointer dereference in `pkg/catalog/loader`
because the logger was not init'ed.
When `store.saveMetadataIndexOnce` attempted to
log the result of the metadata cache op, it
dereferenced the nil logger, causing a crash.
Signed-off-by: Dwi Siswanto <git@dw1.io>
* fix(loader): resolve include/exclude paths
for metadata cache filter.
The `indexFilter` was previously init'ed using raw
relative paths from the config for
`IncludeTemplates` and `ExcludeTemplates`.
But the persistent metadata cache stores templates
using their absolute paths. This mismatch caused
the `matchesPath` check to fail, leading to
templates being incorrectly excluded even when
explicitly included via flags
(e.g., "-include-templates
loader/excluded-template.yaml").
This commit updates `buildIndexFilter` to resolve
these paths to their absolute versions using
`store.config.Catalog.GetTemplatesPath` before
creating the filter, ensuring consistent path
matching against the metadata cache.
Signed-off-by: Dwi Siswanto <git@dw1.io>
* feat(index): adds `NewMetadataFromTemplate` func
Signed-off-by: Dwi Siswanto <git@dw1.io>
* refactor(index): return metadata when `(*Index).cache` is nil
Signed-off-by: Dwi Siswanto <git@dw1.io>
* refactor(loader): restore pre‑index behavior semantics
Signed-off-by: Dwi Siswanto <git@dw1.io>
---------
Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-12-04 21:35:51 +07:00
|
|
|
github.com/maypok86/otter/v2 v2.2.1
|
2025-10-21 23:37:00 +04:00
|
|
|
github.com/mholt/archives v0.1.5
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/microsoft/go-mssqldb v1.9.2
|
|
|
|
|
github.com/ory/dockertest/v3 v3.12.0
|
|
|
|
|
github.com/praetorian-inc/fingerprintx v1.1.15
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/projectdiscovery/dsl v0.8.11
|
2022-11-03 18:31:04 +05:30
|
|
|
github.com/projectdiscovery/fasttemplate v0.0.2
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/projectdiscovery/gcache v0.0.0-20241015120333-12546c6e3f4c
|
2024-01-30 04:15:59 +05:30
|
|
|
github.com/projectdiscovery/go-smb2 v0.0.0-20240129202741-052cc450c6cb
|
2025-03-03 05:04:51 +00:00
|
|
|
github.com/projectdiscovery/goflags v0.1.74
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/projectdiscovery/gologger v1.1.67
|
2023-11-04 16:42:15 +01:00
|
|
|
github.com/projectdiscovery/gostruct v0.0.2
|
2025-10-27 23:22:02 +04:00
|
|
|
github.com/projectdiscovery/gozero v0.1.1-0.20251027191944-a4ea43320b81
|
2025-12-15 19:08:08 +07:00
|
|
|
github.com/projectdiscovery/httpx v1.7.4
|
2025-11-03 05:02:52 +00:00
|
|
|
github.com/projectdiscovery/mapcidr v1.1.97
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/projectdiscovery/n3iwf v0.0.0-20230523120440-b8cd232ff1f5
|
2025-12-31 09:18:45 +07:00
|
|
|
github.com/projectdiscovery/networkpolicy v0.1.33
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/projectdiscovery/ratelimit v0.0.83
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/projectdiscovery/rdap v0.9.0
|
2022-11-30 20:22:27 +05:30
|
|
|
github.com/projectdiscovery/sarif v0.0.1
|
2025-12-01 02:07:25 +07:00
|
|
|
github.com/projectdiscovery/tlsx v1.2.2
|
2025-12-01 05:35:17 +00:00
|
|
|
github.com/projectdiscovery/uncover v1.2.0
|
2025-12-31 09:18:45 +07:00
|
|
|
github.com/projectdiscovery/useragent v0.0.106
|
2025-12-20 00:16:01 +07:00
|
|
|
github.com/projectdiscovery/utils v0.8.0
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/projectdiscovery/wappalyzergo v0.2.62
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/redis/go-redis/v9 v9.11.0
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/seh-msft/burpxml v1.0.1
|
2024-09-12 15:34:50 +05:30
|
|
|
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
|
2025-09-12 10:35:09 +02:00
|
|
|
github.com/sijms/go-ora/v2 v2.9.0
|
2025-09-08 05:02:07 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2024-05-25 00:29:04 +05:30
|
|
|
github.com/tarunKoyalwar/goleak v0.0.0-20240429141123-0efa90dbdcf9
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/testcontainers/testcontainers-go v0.38.0
|
|
|
|
|
github.com/testcontainers/testcontainers-go/modules/mongodb v0.37.0
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/yassinebenaid/godump v0.11.1
|
2025-07-01 21:00:13 +07:00
|
|
|
github.com/zmap/zgrab2 v0.1.8
|
2025-07-01 00:40:44 +07:00
|
|
|
gitlab.com/gitlab-org/api/client-go v0.130.1
|
|
|
|
|
go.mongodb.org/mongo-driver v1.17.4
|
2025-12-22 05:01:47 +00:00
|
|
|
golang.org/x/term v0.38.0
|
2022-06-02 21:05:23 +05:30
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-03-14 03:08:53 +05:30
|
|
|
moul.io/http2curl v1.0.0
|
2021-12-16 11:09:38 +01:00
|
|
|
)
|
|
|
|
|
|
2022-11-16 11:12:39 +05:30
|
|
|
require (
|
2023-03-21 15:57:00 +05:30
|
|
|
aead.dev/minisign v0.2.0 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
dario.cat/mergo v1.0.2 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
|
|
|
git.mills.io/prologic/smtpd v0.0.0-20210710122116-a525b76c287a // indirect
|
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 // indirect
|
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
|
2025-11-05 16:47:21 +00:00
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
|
|
|
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/ProtonMail/go-crypto v1.1.6 // indirect
|
2025-12-08 05:02:07 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.11.0 // indirect
|
2025-10-21 23:37:00 +04:00
|
|
|
github.com/STARRY-S/zip v0.2.3 // indirect
|
2023-03-21 15:57:00 +05:30
|
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/akrylysov/pogreb v0.10.2 // indirect
|
2024-09-24 18:44:01 +05:30
|
|
|
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.4.0 // indirect
|
|
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
2025-10-21 23:37:00 +04:00
|
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.11 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.36 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.4 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.17 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 // indirect
|
|
|
|
|
github.com/aws/smithy-go v1.22.4 // indirect
|
2023-03-21 15:57:00 +05:30
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
2024-03-25 15:52:20 -04:00
|
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
2024-06-24 05:28:13 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.13.0 // indirect
|
2023-09-04 05:34:50 +00:00
|
|
|
github.com/bits-and-blooms/bloom/v3 v3.5.0 // indirect
|
2025-01-31 07:57:16 +00:00
|
|
|
github.com/bodgit/plumbing v1.3.0 // indirect
|
2025-10-21 23:37:00 +04:00
|
|
|
github.com/bodgit/sevenzip v1.6.1 // indirect
|
2025-01-31 07:57:16 +00:00
|
|
|
github.com/bodgit/windows v1.0.1 // indirect
|
2025-10-13 05:06:42 +00:00
|
|
|
github.com/brianvoe/gofakeit/v7 v7.2.1 // indirect
|
2024-03-25 15:52:20 -04:00
|
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
2025-07-28 14:46:44 +02:00
|
|
|
github.com/bytedance/sonic/loader v0.3.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/caddyserver/certmagic v0.19.2 // indirect
|
|
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
2025-10-25 00:31:03 +04:00
|
|
|
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
2025-12-01 05:35:17 +00:00
|
|
|
github.com/censys/censys-sdk-go v0.19.1 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
|
|
|
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
|
|
|
|
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834 // indirect
|
|
|
|
|
github.com/charmbracelet/x/ansi v0.8.0 // indirect
|
|
|
|
|
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
|
|
|
|
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
|
|
|
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
2025-09-01 17:52:46 +07:00
|
|
|
github.com/cheggaaa/pb/v3 v3.1.6 // indirect
|
2023-04-28 15:36:27 +05:30
|
|
|
github.com/cloudflare/cfssl v1.6.4 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
2025-02-11 04:31:37 +07:00
|
|
|
github.com/cloudwego/base64x v0.1.5 // indirect
|
2025-10-06 05:09:35 +00:00
|
|
|
github.com/cnf/structhash v0.0.0-20250313080605-df4c6cc74a9a // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/containerd/continuity v0.4.5 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
|
|
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
|
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
|
|
|
github.com/containerd/platforms v0.2.1 // indirect
|
|
|
|
|
github.com/cpuguy83/dockercfg v0.3.2 // indirect
|
2025-11-05 16:47:21 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.5.1 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-02-19 00:04:37 +02:00
|
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/distribution/reference v0.6.0 // indirect
|
2025-12-22 05:01:47 +00:00
|
|
|
github.com/djherbis/times v1.6.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
|
|
|
github.com/docker/cli v27.4.1+incompatible // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/docker/docker v28.3.3+incompatible // indirect
|
|
|
|
|
github.com/docker/go-connections v0.6.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/ebitengine/purego v0.8.4 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
2025-12-06 17:42:39 +07:00
|
|
|
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect
|
2025-07-07 18:12:50 +02:00
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
2024-12-02 14:33:56 +05:30
|
|
|
github.com/felixge/fgprof v0.9.5 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/free5gc/util v1.0.5-0.20230511064842-2e120956883b // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
2025-10-27 21:52:39 +07:00
|
|
|
github.com/gaissmai/bart v0.26.0 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/geoffgarside/ber v1.1.0 // indirect
|
|
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
2025-06-30 20:46:02 +00:00
|
|
|
github.com/gin-gonic/gin v1.9.1 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
|
2024-02-19 00:04:37 +02:00
|
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
|
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
2024-08-16 16:04:47 +03:00
|
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
2025-11-02 01:12:11 +07:00
|
|
|
github.com/go-pg/zerochecker v0.2.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2024-03-15 18:12:57 +05:30
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
2025-08-21 15:32:43 +00:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
2024-07-25 05:29:35 +08:00
|
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2025-09-01 17:52:46 +07:00
|
|
|
github.com/google/certificate-transparency-go v1.3.2 // indirect
|
2023-03-21 15:57:00 +05:30
|
|
|
github.com/google/go-github/v30 v30.1.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/gorilla/css v1.0.1 // indirect
|
2025-10-13 05:06:42 +00:00
|
|
|
github.com/gosimple/slug v1.15.0 // indirect
|
|
|
|
|
github.com/gosimple/unidecode v1.0.1 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2025-07-09 14:47:26 -05:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
|
2024-01-16 10:22:45 +01:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
2025-01-31 07:57:16 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2023-02-06 23:34:33 +05:30
|
|
|
github.com/hbakhtiyor/strsim v0.0.0-20190107154042-4d2bbb273edf // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/hdm/jarm-go v0.0.7 // indirect
|
2025-09-15 05:08:14 +00:00
|
|
|
github.com/iangcarroll/cookiemonster v1.6.0 // indirect
|
2025-07-09 14:47:26 -05:00
|
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/itchyny/timefmt-go v0.1.6 // indirect
|
|
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
|
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
2024-01-16 10:22:45 +01:00
|
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
|
|
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2025-06-12 15:03:33 +02:00
|
|
|
github.com/k14s/starlark-go v0.0.0-20200720175618-3a5c849cc368 // indirect
|
2025-12-31 23:02:48 +04:00
|
|
|
github.com/kaiakz/ubuffer v0.0.0-20200803053910-dd1083087166 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/kataras/jwt v0.1.10 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
2025-12-06 16:27:57 +07:00
|
|
|
github.com/klauspost/compress v1.18.2 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
2023-04-17 04:18:06 -04:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
|
|
|
github.com/libdns/libdns v0.2.1 // indirect
|
2024-05-01 00:28:11 +05:30
|
|
|
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
|
2025-11-23 16:38:03 +05:30
|
|
|
github.com/lor00x/goldap v0.0.0-20240304151906-8d785c64d1c8 // indirect
|
2025-12-08 05:02:07 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20250821153705-5981dea3221d // indirect
|
2023-03-21 15:57:00 +05:30
|
|
|
github.com/mackerelio/go-osstat v0.2.4 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/magiconair/properties v1.8.10 // indirect
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
|
|
|
github.com/mholt/acmez v1.2.0 // indirect
|
|
|
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
|
|
|
github.com/mikelolasagasti/xz v1.0.1 // indirect
|
2025-10-21 23:37:00 +04:00
|
|
|
github.com/minio/minlz v1.0.1 // indirect
|
2023-11-02 13:33:40 +05:30
|
|
|
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7 // indirect
|
2023-04-19 21:58:48 +05:30
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/moby/go-archive v0.1.0 // indirect
|
|
|
|
|
github.com/moby/patternmatcher v0.6.0 // indirect
|
|
|
|
|
github.com/moby/sys/sequential v0.6.0 // indirect
|
|
|
|
|
github.com/moby/sys/user v0.4.0 // indirect
|
|
|
|
|
github.com/moby/sys/userns v0.1.0 // indirect
|
|
|
|
|
github.com/moby/term v0.5.2 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
2024-10-13 12:14:33 -04:00
|
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2023-03-21 15:57:00 +05:30
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/nwaples/rardecode/v2 v2.2.2 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
|
|
|
|
|
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
|
2025-07-07 18:12:50 +02:00
|
|
|
github.com/olekukonko/errors v1.1.0 // indirect
|
|
|
|
|
github.com/olekukonko/ll v0.0.9 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
2025-11-05 16:47:21 +00:00
|
|
|
github.com/opencontainers/runc v1.2.8 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/openrdap/rdap v0.9.1 // indirect
|
2025-06-30 20:46:02 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
2024-03-14 03:08:53 +05:30
|
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.23 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/pjbgf/sha1cd v0.3.2 // indirect
|
2024-06-11 23:37:17 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
2024-07-08 05:57:41 +00:00
|
|
|
github.com/projectdiscovery/asnmap v1.1.1 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/projectdiscovery/blackrock v0.0.1 // indirect
|
2026-01-05 05:26:36 +00:00
|
|
|
github.com/projectdiscovery/cdncheck v1.2.17 // indirect
|
2024-10-21 06:53:32 +00:00
|
|
|
github.com/projectdiscovery/freeport v0.0.7 // indirect
|
2024-03-11 06:06:33 +00:00
|
|
|
github.com/projectdiscovery/ldapserver v1.0.2-0.20240219154113-dcc758ebc0cb // indirect
|
2025-12-20 00:16:01 +07:00
|
|
|
github.com/projectdiscovery/machineid v0.0.0-20250715113114-c77eb3567582 // indirect
|
2025-08-16 15:51:32 +05:30
|
|
|
github.com/refraction-networking/utls v1.7.1 // indirect
|
2025-02-27 16:42:36 +05:30
|
|
|
github.com/sashabaranov/go-openai v1.37.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
2024-03-05 01:08:01 +01:00
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/shirou/gopsutil/v4 v4.25.7 // indirect
|
2023-06-09 02:28:40 +08:00
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
2025-10-21 23:37:00 +04:00
|
|
|
github.com/sorairolake/lzip-go v0.3.8 // indirect
|
|
|
|
|
github.com/spf13/afero v1.15.0 // indirect
|
2023-11-23 00:00:52 +05:30
|
|
|
github.com/tidwall/btree v1.7.0 // indirect
|
2024-05-25 00:29:04 +05:30
|
|
|
github.com/tidwall/buntdb v1.3.1 // indirect
|
2025-01-27 15:12:52 +05:30
|
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
2022-12-20 11:07:48 +01:00
|
|
|
github.com/tidwall/grect v0.1.4 // indirect
|
2025-10-06 05:09:35 +00:00
|
|
|
github.com/tidwall/match v1.2.0 // indirect
|
2023-02-10 19:25:31 +05:30
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2022-12-20 11:07:48 +01:00
|
|
|
github.com/tidwall/rtred v0.1.2 // indirect
|
|
|
|
|
github.com/tidwall/tinyqueue v0.1.1 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/tim-ywliu/nested-logrus-formatter v1.3.2 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
github.com/tklauser/go-sysconf v0.3.15 // indirect
|
|
|
|
|
github.com/tklauser/numcpus v0.10.0 // indirect
|
2025-11-02 01:12:11 +07:00
|
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
2025-06-30 20:46:02 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
2025-09-11 22:13:09 +02:00
|
|
|
github.com/ulikunitz/xz v0.5.15 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2025-11-02 01:12:11 +07:00
|
|
|
github.com/vmihailenco/bufpool v0.1.11 // indirect
|
|
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
|
|
|
|
|
github.com/vmihailenco/tagparser v0.1.2 // indirect
|
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2025-11-23 16:38:03 +05:30
|
|
|
github.com/vulncheck-oss/go-exploit v1.51.0 // indirect
|
2024-03-25 15:52:20 -04:00
|
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
2024-10-13 12:14:33 -04:00
|
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
|
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
|
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
2023-09-16 16:02:17 +05:30
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2024-10-13 12:14:33 -04:00
|
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
2023-05-22 18:10:12 +05:30
|
|
|
github.com/ysmood/fetchup v0.2.3 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/ysmood/got v0.40.0 // indirect
|
2025-09-11 21:23:46 +02:00
|
|
|
github.com/yuin/goldmark v1.7.13 // indirect
|
2025-07-01 00:40:44 +07:00
|
|
|
github.com/yuin/goldmark-emoji v1.0.5 // indirect
|
|
|
|
|
github.com/zcalusic/sysinfo v1.0.2 // indirect
|
|
|
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
2025-08-27 00:55:31 +02:00
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
|
2025-10-25 00:31:03 +04:00
|
|
|
go.opentelemetry.io/otel v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.38.0 // indirect
|
2025-07-09 14:47:26 -05:00
|
|
|
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
|
|
|
|
|
golang.org/x/arch v0.3.0 // indirect
|
2025-12-22 05:01:47 +00:00
|
|
|
golang.org/x/sync v0.19.0 // indirect
|
2025-07-09 14:47:26 -05:00
|
|
|
mellium.im/sasl v0.3.2 // indirect
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
|
|
|
github.com/goburrow/cache v0.1.4 // indirect
|
|
|
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
|
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
|
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
|
|
|
|
|
github.com/trivago/tgo v1.0.7
|
|
|
|
|
github.com/ysmood/goob v0.4.0 // indirect
|
|
|
|
|
github.com/ysmood/gson v0.7.3 // indirect
|
|
|
|
|
github.com/ysmood/leakless v0.9.0 // indirect
|
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
2023-02-10 19:25:31 +05:30
|
|
|
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
|
2025-07-01 21:00:13 +07:00
|
|
|
github.com/zmap/zcrypto v0.0.0-20240512203510-0fef58d9a9db // indirect
|
2025-09-01 17:52:46 +07:00
|
|
|
go.etcd.io/bbolt v1.4.0 // indirect
|
|
|
|
|
go.uber.org/zap v1.27.0 // indirect
|
2023-09-04 05:34:50 +00:00
|
|
|
goftp.io/server/v2 v2.0.1 // indirect
|
2025-12-22 05:01:47 +00:00
|
|
|
golang.org/x/crypto v0.46.0 // indirect
|
2025-10-06 05:09:35 +00:00
|
|
|
golang.org/x/exp v0.0.0-20250911091902-df9299821621
|
2025-12-22 05:01:47 +00:00
|
|
|
golang.org/x/mod v0.30.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.39.0 // indirect
|
2025-10-25 00:31:03 +04:00
|
|
|
golang.org/x/time v0.14.0 // indirect
|
2025-12-22 05:01:47 +00:00
|
|
|
golang.org/x/tools v0.39.0
|
2025-07-01 00:40:44 +07:00
|
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
2021-12-16 17:08:02 +05:30
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
|
2021-09-09 00:50:09 -04:00
|
|
|
gopkg.in/corvus-ch/zbase32.v1 v1.0.0 // indirect
|
2025-07-09 14:47:26 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/alecthomas/chroma v0.10.0
|
|
|
|
|
github.com/go-echarts/go-echarts/v2 v2.6.0
|
2022-11-03 20:27:18 +05:30
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2022-09-16 21:36:17 +05:30
|
|
|
)
|
2024-03-15 18:06:58 +05:30
|
|
|
|
|
|
|
|
// https://go.dev/ref/mod#go-mod-file-retract
|
2025-11-17 05:02:21 +00:00
|
|
|
retract v3.2.0 // retract due to broken js protocol issue
|