Public record
Software health reportschema 0.11.0 · metrics 2.10.0 · 2026-07-15 23:59 UTC

onFlow / flow-go

Reference implementation of the Flow network in Go. Layer 1 proof-of-stake protocol built for consumer apps, AI Agents, and DeFi at scale

GoAGPL-3.0★ 570 stars⑂ 213 forkssince Sep 2020View on GitHub ↗
KindCommand-line toolhow this is determined

onFlow/flow-go holds a health index of 97 out of 100, placing it in the Exceptional band. It scores highest on Vitality (99/100) and lowest on Security (71/100). It was last updated today. 7 contributors account for most of its recent work.

97
overall / 100
Exceptional

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

97
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 85 is calibrated to 97 on the published index scale (record calibration 2026-08-02).

Ownership

FlowOrganization
649 followers237 public repossince Mar 2020

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publish
Gogithub.com/onflow/flow-go/crypto⚠ The latest supported version is v0.25.0. The module then migrated to github.com/onflow/crypto. Use the new module github.com/onflow/crypto instead.v0.25.1-23947 days ago
Gogithub.com/onflow/flow-gov0.50.0-1,03413 days ago

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

99Exceptional · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
34.6/36Commit cadence50/52 weeks with commits
18/18Commit volume4,380 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year4,380
human_commit_share
days_since_last_push0
active_weeks_last_year50

Release discipline

100Exceptional
How it's scored
27/27Ships releases84 releases published
36/36Release recencylatest release 13 days ago
27/27Release cadencea release every ~17.2 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count84
latest_release_tagv0.50.0
releases_from_tagsno
days_since_latest_release13
mean_days_between_releases17.2
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

72Good · 17% of overall
How it's scored
44.7/60Stars570 stars
19.4/25Forks213 forks
9.4/15Watchers50 watchers
Inputs used
forks213
stars570
watchers50
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (AGPL-3.0)
18/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges
has_contributingyes
has_issue_templateno
has_code_of_conductno
readme_badge_services
has_pull_request_templateno

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

90Excellent · 23% of overall
How it's scored
51.3/54Bus factor7 contributor(s) cover half of all commits
19.8/22.5Commit distributiontop contributor authored 12% of commits
13.5/13.5Contributor breadth99 contributors
10/10OpenSSF Scorecard: Contributorsproject has 15 contributing companies or organizations
Inputs used
bus_factor7
contributors_sampled99
top_contributor_share0.119
How it's scored
36.5/42Issue resolution87% of issues closed
24.6/30PR acceptance5,534/6,742 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
15/15OpenSSF Scorecard: Code-Reviewall changesets reviewed
Inputs used
merged_prs5,534
open_issues236
closed_issues1,571
prs_merged_7d
prs_decided_7d
prs_merged_30d
prs_decided_30d
issue_closed_ratio0.869
closed_unmerged_prs1,208
first_time_authors_30d
first_time_prs_merged_30d
first_time_prs_decided_30d
Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domainverified-domain status not read for this organization
20.2/25Owner reach649 followers of onflow
25/25Track record237 public repos, account ~6 yr old
Inputs used
followers649
owner_typeOrganization
is_verified
owner_loginonflow
public_repos237
account_age_days2,309
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.
How it's scored
25/25Published & resolvable2 package(s) on go
35/35Publish recencylatest publish 13 days ago
20/20Version history1,034 published versions
0/20Not deprecatedgithub.com/onflow/flow-go/crypto: The latest supported version is v0.25.0. The module then migrated to github.com/onflow/crypto. Use the new module github.com/onflow/crypto instead.
Inputs used
packagesgithub.com/onflow/flow-go/crypto, github.com/onflow/flow-go
ecosystemsgo
any_deprecatedyes
min_days_since_publish13

Engineering Quality

Are baseline engineering and documentation practices in place?

88Excellent · 19% of overall
How it's scored
24/24CI workflows10 workflow(s)
24/24Tests present
16/16Linter config.golangci.yml
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
16/20OpenSSF Scorecard: CI-Tests6 out of 7 merged PRs checked by a CI test -- score normalized to 8
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configyes
has_precommit_configno

Documentation

90Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://flow.com
10/10Repository description
10/10Topics13 topics
0/10Wiki
Inputs used
topicsflow, golang, go, blockchain, byzantine-fault-tolerance, cadence, consensus, distributed-systems, hotstuff, layer-1, proof-of-stake, reference-implementation, smart-contracts
has_wikino
homepagehttps://flow.com
docs_sitehttps://flow.com
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

71Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
4.5/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2/2.5CI-Tests6 out of 7 merged PRs checked by a CI test -- score normalized to 8
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
7.5/7.5Code-Reviewall changesets reviewed
2.5/2.5Contributorsproject has 15 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
5/5Fuzzingproject is fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
0/5Packagingno data
0/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
4/5SASTSAST tool detected but not run on all commits
5/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities64 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate7.1
Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

88Excellent · 4% of overall
How it's scored
45/45Agent instructions.cursor/rules/.gitkeep, .cursor/rules/coding_conventions.mdc, .cursor/rules/core.mdc, .cursor/rules/godocs.mdc, AGENTS.md, CLAUDE.md, integration/localnet/AGENTS.md
0/15Machine-readable docs (llms.txt)
0/40Legible commit historyno data
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share
agent_instruction_files.cursor/rules/.gitkeep, .cursor/rules/coding_conventions.mdc, .cursor/rules/core.mdc, .cursor/rules/godocs.mdc, AGENTS.md, CLAUDE.md, integration/localnet/AGENTS.md
agent_instruction_max_bytes8,865
Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.
How it's scored
18/18One-command bootstrapMakefile, insecure/Makefile, integration/Makefile, integration/benchnet2/Makefile, integration/localnet/Makefile, network/message/Makefile
22/22Automated tests
11/11Lint / format config.golangci.yml
11/11Static type checkingGo (statically typed)
10/10Reproducible environmentDockerfile, lockfile
0/10Demonstrated agent practiceno data
0/8Automated maintenanceno data
0/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesgo.sum
has_dockerfileyes
typed_languageyes
bootstrap_filesMakefile, insecure/Makefile, integration/Makefile, integration/benchnet2/Makefile, integration/localnet/Makefile, network/message/Makefile
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share
toolchain_manifests
dependency_bot_commit_share
Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.
How it's scored
45/45Type-checkable codeGo (statically typed)
54.5/55Manageable file sizes32/3,763 source files over 60KB
Inputs used
primary_languageGo
largest_source_bytes222,564
source_files_sampled3,763
oversized_source_files32
How it's scored
40/40API schema (OpenAPI/GraphQL/proto)admin/admin/admin.proto, engine/ghost/protobuf/ghost.proto, insecure/network.proto, ledger/protobuf/ledger.proto, network/message/message.proto, network/message/ping.proto
0/20MCP servernot applicable to this kind of software
40/40Runnable examplesexample
Inputs used
example_dirsexample
has_mcp_signalno
api_schema_filesadmin/admin/admin.proto, engine/ghost/protobuf/ghost.proto, insecure/network.proto, ledger/protobuf/ledger.proto, network/message/message.proto, network/message/ping.proto
interfaces_expected_of
Excluded from scoring (no data or not applicable): MCP server. Remaining weights renormalized.

Key facts

570GitHub stars
99contributors
4,380commits, last 12 months
0days since last push
84releases
7bus factor
236open issues
Gopackage ecosystems

More detail

OpenSSF Scorecard 7.1 / 10
7.1aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-15 23:59 UTC

10Binary-Artifactsno binaries found in the repo
6Branch-Protectionbranch protection is not maximal on development and all release branches
8CI-Tests6 out of 7 merged PRs checked by a CI test -- score normalized to 8
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
10Code-Reviewall changesets reviewed
10Contributorsproject has 15 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
8SASTSAST tool detected but not run on all commits
10Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities64 existing vulnerabilities detected
Direct dependencies 173
RegistryPackageVersion constraintManifest
Gocloud.google.com/go/compute/metadatav0.9.0go.mod
Gocloud.google.com/go/profilerv0.3.0go.mod
Gocloud.google.com/go/storagev1.56.0go.mod
Gogithub.com/antihax/optionalv1.0.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/configv1.32.7go.mod
Gogithub.com/aws/aws-sdk-go-v2/feature/s3/managerv1.5.1go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3v1.15.0go.mod
Gogithub.com/btcsuite/btcd/btcec/v2v2.3.4go.mod
Gogithub.com/cockroachdb/pebble/v2v2.0.6go.mod
Gogithub.com/davecgh/go-spewv1.1.2-0.20180830191138-d8f796af33ccgo.mod
Gogithub.com/dgraph-io/badger/v2v2.2007.4go.mod
Gogithub.com/ef-ds/dequev1.0.4go.mod
Gogithub.com/ethereum/go-ethereumv1.16.8go.mod
Gogithub.com/fxamacker/cbor/v2v2.9.2-0.20260331174317-a78e92ec038ego.mod
Gogithub.com/gammazero/workerpoolv1.1.3go.mod
Gogithub.com/gogo/protobufv1.3.2go.mod
Gogithub.com/golang/mockv1.6.0go.mod
Gogithub.com/golang/protobufv1.5.4go.mod
Gogithub.com/google/go-cmpv0.7.0go.mod
Gogithub.com/google/pprofv0.0.0-20250630185457-6e76a2b096b5go.mod
Gogithub.com/google/uuidv1.6.0go.mod
Gogithub.com/gorilla/muxv1.8.1go.mod
Gogithub.com/grpc-ecosystem/go-grpc-middleware/v2v2.1.0go.mod
Gogithub.com/grpc-ecosystem/go-grpc-prometheusv1.2.0go.mod
Gogithub.com/grpc-ecosystem/grpc-gateway/v2v2.27.3go.mod
Gogithub.com/hashicorp/go-multierrorv1.1.1go.mod
Gogithub.com/improbable-eng/grpc-webv0.15.0go.mod
Gogithub.com/ipfs/go-block-formatv0.2.0go.mod
Gogithub.com/ipfs/go-cidv0.4.1go.mod
Gogithub.com/ipfs/go-datastorev0.8.2go.mod
Gogithub.com/ipfs/go-ds-pebblev0.5.0go.mod
Gogithub.com/ipfs/go-ipld-formatv0.6.0go.mod
Gogithub.com/ipfs/go-logv1.0.5go.mod
Gogithub.com/ipfs/go-log/v2v2.5.1go.mod
Gogithub.com/libp2p/go-addr-utilv0.1.0go.mod
Gogithub.com/libp2p/go-libp2pv0.38.2go.mod
Gogithub.com/libp2p/go-libp2p-kad-dhtv0.25.2go.mod
Gogithub.com/libp2p/go-libp2p-kbucketv0.6.3go.mod
Gogithub.com/libp2p/go-libp2p-pubsubv0.13.0go.mod
Gogithub.com/montanaflynn/statsv0.7.1go.mod
Gogithub.com/multiformats/go-multiaddrv0.14.0go.mod
Gogithub.com/multiformats/go-multiaddr-dnsv0.4.1go.mod
Gogithub.com/multiformats/go-multihashv0.2.3go.mod
Gogithub.com/onflow/atreev0.16.1go.mod
Gogithub.com/onflow/cadencev1.10.5go.mod
Gogithub.com/onflow/cryptov0.25.4go.mod
Gogithub.com/onflow/flowv0.4.20-0.20260303141511-b7c99b4fb01bgo.mod
Gogithub.com/onflow/flow-core-contracts/lib/go/contractsv1.10.3go.mod
Gogithub.com/onflow/flow-core-contracts/lib/go/templatesv1.10.3go.mod
Gogithub.com/onflow/flow-go-sdkv1.10.5go.mod
Gogithub.com/onflow/flow/protobuf/go/flowv0.4.20go.mod
Gogithub.com/pbnjay/memoryv0.0.0-20210728143218-7b4eea64cf58go.mod
Gogithub.com/pkg/errorsv0.9.1go.mod
Gogithub.com/pkg/profilev1.7.0go.mod
Gogithub.com/prometheus/client_golangv1.20.5go.mod
Gogithub.com/rs/corsv1.8.0go.mod
Gogithub.com/rs/zerologv1.29.0go.mod
Gogithub.com/schollz/progressbar/v3v3.18.0go.mod
Gogithub.com/sethvargo/go-retryv0.2.3go.mod
Gogithub.com/shirou/gopsutil/v3v3.22.2go.mod
Gogithub.com/spf13/cobrav1.8.1go.mod
Gogithub.com/spf13/pflagv1.0.6go.mod
Gogithub.com/spf13/viperv1.15.0go.mod
Gogithub.com/stretchr/testifyv1.11.1go.mod
Gogithub.com/vmihailenco/msgpack/v4v4.3.11go.mod
Gogo.opentelemetry.io/otelv1.39.0go.mod
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.31.0go.mod
Gogo.opentelemetry.io/otel/sdkv1.39.0go.mod
Gogo.opentelemetry.io/otel/tracev1.39.0go.mod
Gogo.uber.org/atomicv1.11.0go.mod
Gogo.uber.org/multierrv1.11.0go.mod
Gogolang.org/x/cryptov0.47.0go.mod
Gogolang.org/x/expv0.0.0-20241217172543-b2144cdd0a67go.mod
Gogolang.org/x/syncv0.19.0go.mod
Gogolang.org/x/sysv0.40.0go.mod
Gogolang.org/x/textv0.33.0go.mod
Gogolang.org/x/timev0.14.0go.mod
Gogolang.org/x/toolsv0.40.0go.mod
Gogoogle.golang.org/apiv0.267.0go.mod
Gogoogle.golang.org/genprotov0.0.0-20260128011058-8636f8732409go.mod
Gogoogle.golang.org/grpcv1.79.3go.mod
Gogoogle.golang.org/grpc/cmd/protoc-gen-go-grpcv1.2.0go.mod
Gogoogle.golang.org/protobufv1.36.11go.mod
Gogotest.toolsv2.2.0+incompatiblego.mod
Gopgregory.net/rapidv1.1.0go.mod
Gogithub.com/coreos/go-semverv0.3.0go.mod
Gogithub.com/docker/go-unitsv0.5.0go.mod
Gogithub.com/dustin/go-humanizev1.0.1go.mod
Gogithub.com/fxamacker/golang-lru/v2v2.0.0-20250716153046-22c8d17dc4eego.mod
Gogithub.com/go-playground/validator/v10v10.19.0go.mod
Gogithub.com/golang/snappyv1.0.0go.mod
Gogithub.com/gorilla/websocketv1.5.3go.mod
Gogithub.com/hashicorp/golang-lru/v2v2.0.7go.mod
Gogithub.com/holiman/uint256v1.3.2go.mod
Gogithub.com/huandu/go-clone/genericv1.7.2go.mod
Gogithub.com/ipfs/boxov0.17.1-0.20240131173518-89bceff34bf1go.mod
Gogithub.com/jordanschalm/lockctxv0.1.0go.mod
Gogithub.com/libp2p/go-libp2p-routing-helpersv0.7.4go.mod
Gogithub.com/mitchellh/mapstructurev1.5.0go.mod
Gogithub.com/onflow/flow-evm-bridgev0.2.1go.mod
Gogithub.com/onflow/go-ethereumv1.13.4go.mod
Gogithub.com/onflow/nft-storefront/lib/go/contractsv1.1.1-0.20260409183916-cddb825ea066go.mod
Gogithub.com/onflow/walv1.0.2go.mod
Gogithub.com/pierrec/lz4/v4v4.1.22go.mod
Gogithub.com/slok/go-http-metricsv0.12.0go.mod
Gogithub.com/sony/gobreakerv0.5.0go.mod
Gogo.opentelemetry.io/otel/exporters/stdout/stdouttracev1.21.0go.mod
Gogolang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4dago.mod
Gogoogle.golang.org/genproto/googleapis/apiv0.0.0-20260203192932-546029d2fa20go.mod
Gogoogle.golang.org/genproto/googleapis/bytestreamv0.0.0-20260203192932-546029d2fa20go.mod
Gogopkg.in/yaml.v2v2.4.0go.mod
Gogithub.com/fxamacker/circlehashv0.3.0go.mod
Gogithub.com/gofrs/flockv0.12.1go.mod
Gogithub.com/onflow/flow-nft/lib/go/contractsv1.4.1go.mod
Gogithub.com/prometheus/client_modelv0.6.2go.mod
Gogithub.com/btcsuite/btcd/chaincfg/chainhashv1.0.2insecure/go.mod
Gogithub.com/golang/protobufv1.5.4insecure/go.mod
Gogithub.com/hashicorp/go-multierrorv1.1.1insecure/go.mod
Gogithub.com/ipfs/go-datastorev0.8.2insecure/go.mod
Gogithub.com/libp2p/go-libp2pv0.38.2insecure/go.mod
Gogithub.com/libp2p/go-libp2p-pubsubv0.13.0insecure/go.mod
Gogithub.com/multiformats/go-multiaddr-dnsv0.4.1insecure/go.mod
Gogithub.com/onflow/cryptov0.25.4insecure/go.mod
Gogithub.com/onflow/flow-gov0.36.2-0.20240717162253-d5d2e606ef53insecure/go.mod
Gogithub.com/rs/zerologv1.29.0insecure/go.mod
Gogithub.com/spf13/pflagv1.0.6insecure/go.mod
Gogithub.com/stretchr/testifyv1.11.1insecure/go.mod
Gogo.uber.org/atomicv1.11.0insecure/go.mod
Gogoogle.golang.org/grpcv1.79.3insecure/go.mod
Gogoogle.golang.org/protobufv1.36.11insecure/go.mod
Gocloud.google.com/go/bigqueryv1.72.0integration/go.mod
Gogithub.com/VividCortex/ewmav1.2.0integration/go.mod
Gogithub.com/antihax/optionalv1.0.0integration/go.mod
Gogithub.com/btcsuite/btcd/chaincfg/chainhashv1.0.2integration/go.mod
Gogithub.com/cockroachdb/pebble/v2v2.0.6integration/go.mod
Gogithub.com/coreos/go-semverv0.3.0integration/go.mod
Gogithub.com/docker/dockerv28.5.2+incompatibleintegration/go.mod
Gogithub.com/docker/go-connectionsv0.5.0integration/go.mod
Gogithub.com/ethereum/go-ethereumv1.16.8integration/go.mod
Gogithub.com/go-git/go-git/v5v5.11.0integration/go.mod
Gogithub.com/go-yaml/yamlv2.1.0+incompatibleintegration/go.mod
Gogithub.com/gorilla/websocketv1.5.3integration/go.mod
Gogithub.com/ipfs/boxov0.27.2integration/go.mod
Gogithub.com/ipfs/go-cidv0.4.1integration/go.mod
Gogithub.com/ipfs/go-datastorev0.8.2integration/go.mod
Gogithub.com/ipfs/go-ds-pebblev0.5.0integration/go.mod
Gogithub.com/libp2p/go-libp2pv0.38.2integration/go.mod
Gogithub.com/onflow/cadencev1.10.5integration/go.mod
Gogithub.com/onflow/cryptov0.25.4integration/go.mod
Gogithub.com/onflow/flowv0.4.20-0.20260303141511-b7c99b4fb01bintegration/go.mod
Gogithub.com/onflow/flow-core-contracts/lib/go/contractsv1.10.3integration/go.mod
Gogithub.com/onflow/flow-core-contracts/lib/go/templatesv1.10.3integration/go.mod
Gogithub.com/onflow/flow-ft/lib/go/contractsv1.1.1integration/go.mod
Gogithub.com/onflow/flow-gov0.38.0-preview.0.0.20241021221952-af9cd6e99de1integration/go.mod
Gogithub.com/onflow/flow-go-sdkv1.10.5integration/go.mod
Gogithub.com/onflow/flow-go/insecurev0.0.0-00010101000000-000000000000integration/go.mod
Gogithub.com/onflow/flow-nft/lib/go/contractsv1.4.1integration/go.mod
Gogithub.com/onflow/flow/protobuf/go/flowv0.4.20integration/go.mod
Gogithub.com/onflow/testingdockv0.6.0integration/go.mod
Gogithub.com/prometheus/client_golangv1.20.5integration/go.mod
Gogithub.com/prometheus/client_modelv0.6.2integration/go.mod
Gogithub.com/prometheus/commonv0.61.0integration/go.mod
Gogithub.com/psiemens/gracelandv1.0.0integration/go.mod
Gogithub.com/rs/zerologv1.29.0integration/go.mod
Gogithub.com/stretchr/testifyv1.11.1integration/go.mod
Gogo.einride.tech/pidv0.1.0integration/go.mod
Gogo.uber.org/atomicv1.11.0integration/go.mod
Gogo.uber.org/mockv0.5.0integration/go.mod
Gogolang.org/x/expv0.0.0-20241217172543-b2144cdd0a67integration/go.mod
Gogolang.org/x/syncv0.19.0integration/go.mod
Gogoogle.golang.org/grpcv1.79.3integration/go.mod
Gogoogle.golang.org/protobufv1.36.11integration/go.mod
Gogopkg.in/yaml.v3v3.0.1integration/go.mod
All dependencies 420

Full resolved dependency set from the GitHub dependency graph: 139 direct and 281 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
Gocloud.google.com/go/bigqueryv1.72.0direct
Gocloud.google.com/go/compute/metadatav0.9.0direct
Gocloud.google.com/go/profilerv0.3.0direct
Gocloud.google.com/go/storagev1.56.0direct
Gogithub.com/antihax/optionalv1.0.0direct
Gogithub.com/aws/aws-sdk-go-v2/configv1.32.7direct
Gogithub.com/aws/aws-sdk-go-v2/feature/s3/managerv1.5.1direct
Gogithub.com/aws/aws-sdk-go-v2/service/s3v1.15.0direct
Gogithub.com/btcsuite/btcd/btcec/v2v2.3.4direct
Gogithub.com/btcsuite/btcd/chaincfg/chainhashv1.0.2direct
Gogithub.com/cockroachdb/pebble/v2v2.0.6direct
Gogithub.com/coreos/go-semverv0.3.0direct
Gogithub.com/davecgh/go-spewv1.1.1direct
Gogithub.com/davecgh/go-spewv1.1.2-0.20180830191138-d8f796af33ccdirect
Gogithub.com/dgraph-io/badger/v2v2.2007.4direct
Gogithub.com/docker/dockerv28.5.2+incompatibledirect
Gogithub.com/docker/go-connectionsv0.5.0direct
Gogithub.com/docker/go-unitsv0.5.0direct
Gogithub.com/dustin/go-humanizev1.0.1direct
Gogithub.com/ef-ds/dequev1.0.4direct
Gogithub.com/ethereum/go-ethereumv1.16.8direct
Gogithub.com/fxamacker/cbor/v2v2.9.2-0.20260331174317-a78e92ec038edirect
Gogithub.com/fxamacker/circlehashv0.3.0direct
Gogithub.com/fxamacker/golang-lru/v2v2.0.0-20250716153046-22c8d17dc4eedirect
Gogithub.com/gammazero/workerpoolv1.1.3direct
Gogithub.com/go-git/go-git/v5v5.11.0direct
Gogithub.com/go-playground/validator/v10v10.19.0direct
Gogithub.com/go-yaml/yamlv2.1.0+incompatibledirect
Gogithub.com/gofrs/flockv0.12.1direct
Gogithub.com/gogo/protobufv1.3.2direct
Gogithub.com/golang/mockv1.6.0direct
Gogithub.com/golang/protobufv1.5.4direct
Gogithub.com/golang/snappyv1.0.0direct
Gogithub.com/google/go-cmpv0.7.0direct
Gogithub.com/google/pprofv0.0.0-20250630185457-6e76a2b096b5direct
Gogithub.com/google/uuidv1.6.0direct
Gogithub.com/gorilla/muxv1.8.1direct
Gogithub.com/gorilla/websocketv1.5.3direct
Gogithub.com/grpc-ecosystem/go-grpc-middleware/v2v2.1.0direct
Gogithub.com/grpc-ecosystem/go-grpc-prometheusv1.2.0direct
Gogithub.com/grpc-ecosystem/grpc-gateway/v2v2.27.3direct
Gogithub.com/hashicorp/go-multierrorv1.1.1direct
Gogithub.com/hashicorp/golang-lru/v2v2.0.7direct
Gogithub.com/holiman/uint256v1.3.2direct
Gogithub.com/huandu/go-clone/genericv1.7.2direct
Gogithub.com/improbable-eng/grpc-webv0.15.0direct
Gogithub.com/ipfs/go-block-formatv0.2.0direct
Gogithub.com/ipfs/go-cidv0.4.1direct
Gogithub.com/ipfs/go-datastorev0.8.2direct
Gogithub.com/ipfs/go-ipld-formatv0.6.0direct
Gogithub.com/ipfs/go-logv1.0.5direct
Gogithub.com/ipfs/go-log/v2v2.5.1direct
Gogithub.com/jordanschalm/lockctxv0.1.0direct
Gogithub.com/libp2p/go-addr-utilv0.1.0direct
Gogithub.com/libp2p/go-libp2pv0.38.2direct
Gogithub.com/libp2p/go-libp2p-kad-dhtv0.25.2direct
Gogithub.com/libp2p/go-libp2p-kad-dhtv0.28.2direct
Gogithub.com/libp2p/go-libp2p-kbucketv0.6.3direct
Gogithub.com/libp2p/go-libp2p-kbucketv0.6.4direct
Gogithub.com/libp2p/go-libp2p-pubsubv0.13.0direct
Gogithub.com/libp2p/go-libp2p-routing-helpersv0.7.4direct
Gogithub.com/mitchellh/mapstructurev1.5.0direct
Gogithub.com/montanaflynn/statsv0.7.1direct
Gogithub.com/multiformats/go-multiaddrv0.14.0direct
Gogithub.com/multiformats/go-multiaddr-dnsv0.4.1direct
Gogithub.com/multiformats/go-multihashv0.2.3direct
Gogithub.com/onflow/atreev0.16.1direct
Gogithub.com/onflow/cadencev1.10.5direct
Gogithub.com/onflow/cryptov0.25.4direct
Gogithub.com/onflow/flowv0.4.20-0.20260303141511-b7c99b4fb01bdirect
Gogithub.com/onflow/flow-core-contracts/lib/go/contractsv1.10.3direct
Gogithub.com/onflow/flow-core-contracts/lib/go/templatesv1.10.3direct
Gogithub.com/onflow/flow-evm-bridgev0.2.1direct
Gogithub.com/onflow/flow-ft/lib/go/contractsv1.1.1direct
Gogithub.com/onflow/flow-go-sdkv1.10.5direct
Gogithub.com/onflow/flow-nft/lib/go/contractsv1.4.1direct
Gogithub.com/onflow/flow/protobuf/go/flowv0.4.20direct
Gogithub.com/onflow/go-ethereumv1.13.4direct
Gogithub.com/onflow/go-ethereumv1.16.2direct
Gogithub.com/onflow/nft-storefront/lib/go/contractsv1.1.1-0.20260409183916-cddb825ea066direct
Gogithub.com/onflow/testingdockv0.6.0direct
Gogithub.com/onflow/walv1.0.2direct
Gogithub.com/pbnjay/memoryv0.0.0-20210728143218-7b4eea64cf58direct
Gogithub.com/pierrec/lz4/v4v4.1.22direct
Gogithub.com/pkg/errorsv0.9.1direct
Gogithub.com/pkg/profilev1.7.0direct
Gogithub.com/prometheus/client_golangv1.20.5direct
Gogithub.com/prometheus/client_modelv0.6.2direct
Gogithub.com/prometheus/commonv0.61.0direct
Gogithub.com/psiemens/gracelandv1.0.0direct
Gogithub.com/rs/corsv1.8.0direct
Gogithub.com/rs/zerologv1.29.0direct
Gogithub.com/schollz/progressbar/v3v3.18.0direct
Gogithub.com/sethvargo/go-retryv0.2.3direct
Gogithub.com/shirou/gopsutil/v3v3.22.2direct
Gogithub.com/shirou/gopsutil/v3v3.24.5direct
Gogithub.com/slok/go-http-metricsv0.12.0direct
Gogithub.com/sony/gobreakerv0.5.0direct
Gogithub.com/spf13/cobrav1.8.1direct
Gogithub.com/spf13/pflagv1.0.6direct
Gogithub.com/spf13/viperv1.15.0direct
Gogithub.com/stretchr/testifyv1.10.0direct
Gogithub.com/stretchr/testifyv1.11.1direct
Gogithub.com/vividcortex/ewmav1.2.0direct
Gogithub.com/vmihailenco/msgpack/v4v4.3.11direct
Gogithub.com/vmihailenco/msgpack/v4v4.3.12direct
Gogo.einride.tech/pidv0.1.0direct
Gogo.opentelemetry.io/otelv1.39.0direct
Gogo.opentelemetry.io/otelv1.40.0direct
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.31.0direct
Gogo.opentelemetry.io/otel/exporters/stdout/stdouttracev1.21.0direct
Gogo.opentelemetry.io/otel/sdkv1.39.0direct
Gogo.opentelemetry.io/otel/sdkv1.40.0direct
Gogo.opentelemetry.io/otel/tracev1.39.0direct
Gogo.opentelemetry.io/otel/tracev1.40.0direct
Gogo.uber.org/atomicv1.11.0direct
Gogo.uber.org/mockv0.5.0direct
Gogo.uber.org/multierrv1.11.0direct
Gogolang.org/x/cryptov0.47.0direct
Gogolang.org/x/expv0.0.0-20241217172543-b2144cdd0a67direct
Gogolang.org/x/syncv0.13.0direct
Gogolang.org/x/syncv0.19.0direct
Gogolang.org/x/sysv0.40.0direct
Gogolang.org/x/textv0.33.0direct
Gogolang.org/x/timev0.14.0direct
Gogolang.org/x/toolsv0.32.0direct
Gogolang.org/x/toolsv0.40.0direct
Gogolang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4dadirect
Gogoogle.golang.org/apiv0.267.0direct
Gogoogle.golang.org/genprotov0.0.0-20260128011058-8636f8732409direct
Gogoogle.golang.org/genproto/googleapis/apiv0.0.0-20260203192932-546029d2fa20direct
Gogoogle.golang.org/genproto/googleapis/bytestreamv0.0.0-20260203192932-546029d2fa20direct
Gogoogle.golang.org/grpcv1.79.3direct
Gogoogle.golang.org/grpc/cmd/protoc-gen-go-grpcv1.2.0direct
Gogoogle.golang.org/protobufv1.36.11direct
Gogopkg.in/yaml.v2v2.4.0direct
Gogopkg.in/yaml.v3v3.0.1direct
Gogotest.toolsv2.2.0+incompatibledirect
Gopgregory.net/rapidv1.1.0direct
Gocel.dev/exprv0.25.1indirect
Gocloud.google.com/gov0.123.0indirect
Gocloud.google.com/go/authv0.18.1indirect
Gocloud.google.com/go/auth/oauth2adaptv0.2.8indirect
Gocloud.google.com/go/iamv1.5.3indirect
Gocloud.google.com/go/monitoringv1.24.3indirect
Godario.cat/mergov1.0.0indirect
Gogithub.com/apache/arrow/go/v15v15.0.2indirect
Gogithub.com/aws/aws-sdk-go-v2v1.41.1indirect
Gogithub.com/aws/aws-sdk-go-v2/credentialsv1.19.7indirect
Gogithub.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.17indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.17indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.17indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/iniv1.8.4indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/accept-encodingv1.13.4indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.17indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/s3sharedv1.7.0indirect
Gogithub.com/aws/aws-sdk-go-v2/service/signinv1.0.5indirect
Gogithub.com/aws/aws-sdk-go-v2/service/ssov1.30.9indirect
Gogithub.com/aws/aws-sdk-go-v2/service/ssooidcv1.35.13indirect
Gogithub.com/aws/aws-sdk-go-v2/service/stsv1.41.6indirect
Gogithub.com/aws/smithy-gov1.24.0indirect
Gogithub.com/azure/go-ansitermv0.0.0-20210617225240-d185dfc1b5a1indirect
Gogithub.com/benbjohnson/clockv1.3.5indirect
Gogithub.com/beorn7/perksv1.0.1indirect
Gogithub.com/bits-and-blooms/bitsetv1.24.4indirect
Gogithub.com/cenkalti/backoff/v4v4.3.0indirect
Gogithub.com/cenkalti/backoff/v5v5.0.3indirect
Gogithub.com/cespare/xxhashv1.1.0indirect
Gogithub.com/cespare/xxhash/v2v2.3.0indirect
Gogithub.com/cloudflare/circlv1.3.3indirect
Gogithub.com/cncf/xds/gov0.0.0-20251210132809-ee656c7534f5indirect
Gogithub.com/cockroachdb/crlibv0.0.0-20241015224233-894974b3ad94indirect
Gogithub.com/cockroachdb/errorsv1.11.3indirect
Gogithub.com/cockroachdb/fifov0.0.0-20240606204812-0bbfbd93a7ceindirect
Gogithub.com/cockroachdb/logtagsv0.0.0-20230118201751-21c54148d20bindirect
Gogithub.com/cockroachdb/redactv1.1.5indirect
Gogithub.com/cockroachdb/swissv0.0.0-20250624142022-d6e517c1d961indirect
Gogithub.com/cockroachdb/tokenbucketv0.0.0-20230807174530-cc333fc44b06indirect
Gogithub.com/consensys/gnark-cryptov0.18.1indirect
Gogithub.com/containerd/cgroupsv1.1.0indirect
Gogithub.com/containerd/errdefsv1.0.0indirect
Gogithub.com/containerd/errdefs/pkgv0.3.0indirect
Gogithub.com/containerd/fifov1.1.0indirect
Gogithub.com/containerd/logv0.1.0indirect
Gogithub.com/coreos/go-systemd/v22v22.5.0indirect
Gogithub.com/crate-crypto/go-eth-kzgv1.4.0indirect
Gogithub.com/crate-crypto/go-ipav0.0.0-20240724233137-53bbb0ceb27aindirect
Gogithub.com/cskr/pubsubv1.0.2indirect
Gogithub.com/cyphar/filepath-securejoinv0.5.1indirect
Gogithub.com/datadog/zstdv1.5.6-0.20230824185856-869dae002e5eindirect
Gogithub.com/davidlazar/go-cryptov0.0.0-20200604182044-b73af7476f6cindirect
Gogithub.com/deckarep/golang-set/v2v2.6.0indirect
Gogithub.com/decred/dcrd/dcrec/secp256k1/v4v4.3.0indirect
Gogithub.com/desertbit/timerv0.0.0-20180107155436-c41aec40b27findirect
Gogithub.com/dgraph-io/ristrettov0.1.0indirect
Gogithub.com/dgryski/go-farmv0.0.0-20190423205320-6a90982ecee2indirect
Gogithub.com/dgryski/go-farmv0.0.0-20200201041132-a6ae2369ad13indirect
Gogithub.com/distribution/referencev0.6.0indirect
Gogithub.com/docker/cliv28.5.2+incompatibleindirect
Gogithub.com/docker/docker-credential-helpersv0.8.0indirect
Gogithub.com/docker/go-metricsv0.0.1indirect
Gogithub.com/elastic/gosigarv0.14.3indirect
Gogithub.com/emicklei/dotv1.6.2indirect
Gogithub.com/emirpasic/godsv1.18.1indirect
Gogithub.com/envoyproxy/go-control-plane/envoyv1.36.0indirect
Gogithub.com/envoyproxy/protoc-gen-validatev1.3.0indirect
Gogithub.com/ethereum/c-kzg-4844/v2v2.1.5indirect
Gogithub.com/ethereum/go-bigmodexpfixv0.0.0-20250911101455-f9e208c548abindirect
Gogithub.com/ethereum/go-verklev0.2.2indirect
Gogithub.com/felixge/fgprofv0.9.3indirect
Gogithub.com/felixge/httpsnoopv1.0.4indirect
Gogithub.com/ferranbt/fastsszv0.1.4indirect
Gogithub.com/filecoin-project/go-clockv0.1.0indirect
Gogithub.com/flynn/noisev1.1.0indirect
Gogithub.com/francoispqt/gojayv1.2.13indirect
Gogithub.com/fsnotify/fsnotifyv1.6.0indirect
Gogithub.com/gabriel-vasile/mimetypev1.4.6indirect
Gogithub.com/gammazero/dequev1.0.0indirect
Gogithub.com/getsentry/sentry-gov0.27.0indirect
Gogithub.com/go-git/gcfgv1.5.1-0.20230307220236-3a3c6141e376indirect
Gogithub.com/go-git/go-billy/v5v5.5.0indirect
Gogithub.com/go-jose/go-jose/v4v4.1.3indirect
Gogithub.com/go-kit/kitv0.12.0indirect
Gogithub.com/go-kit/logv0.2.1indirect
Gogithub.com/go-logfmt/logfmtv0.6.0indirect
Gogithub.com/go-logr/logrv1.4.3indirect
Gogithub.com/go-logr/stdrv1.2.2indirect
Gogithub.com/go-ole/go-olev1.3.0indirect
Gogithub.com/go-playground/localesv0.14.1indirect
Gogithub.com/go-playground/universal-translatorv0.18.1indirect
Gogithub.com/go-task/slim-sprig/v3v3.0.0indirect
Gogithub.com/goccy/go-jsonv0.10.4indirect
Gogithub.com/godbus/dbus/v5v5.1.0indirect
Gogithub.com/golang/glogv1.2.5indirect
Gogithub.com/golang/groupcachev0.0.0-20210331224755-41bb18bfe9daindirect
Gogithub.com/golangci/plugin-module-registerv0.1.1indirect
Gogithub.com/google/flatbuffersv23.5.26+incompatibleindirect
Gogithub.com/google/gopacketv1.1.19indirect
Gogithub.com/google/s2a-gov0.1.9indirect
Gogithub.com/googleapis/enterprise-certificate-proxyv0.3.11indirect
Gogithub.com/googleapis/gax-go/v2v2.17.0indirect
Gogithub.com/googlecloudplatform/opentelemetry-operations-go/detectors/gcpv1.30.0indirect
Gogithub.com/googlecloudplatform/opentelemetry-operations-go/exporter/metricv0.53.0indirect
Gogithub.com/googlecloudplatform/opentelemetry-operations-go/internal/resourcemappingv0.53.0indirect
Gogithub.com/hashicorp/errwrapv1.1.0indirect
Gogithub.com/hashicorp/golang-lruv1.0.2indirect
Gogithub.com/hashicorp/hclv1.0.0indirect
Gogithub.com/holiman/bloomfilter/v2v2.0.3indirect
Gogithub.com/huandu/go-clonev1.6.0indirect
Gogithub.com/huandu/go-clonev1.7.2indirect
Gogithub.com/huin/goupnpv1.3.0indirect
Gogithub.com/inconshreveable/mousetrapv1.1.0indirect
Gogithub.com/ipfs/bbloomv0.0.4indirect
Gogithub.com/ipfs/go-cidutilv0.1.0indirect
Gogithub.com/ipfs/go-ipfs-delayv0.0.1indirect
Gogithub.com/ipfs/go-ipfs-pqv0.0.3indirect
Gogithub.com/ipfs/go-ipfs-utilv0.0.3indirect
Gogithub.com/ipfs/go-metrics-interfacev0.0.1indirect
Gogithub.com/ipfs/go-peertaskqueuev0.8.2indirect
Gogithub.com/ipld/go-ipld-primev0.21.0indirect
Gogithub.com/jackpal/go-nat-pmpv1.0.2indirect
Gogithub.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99indirect
Gogithub.com/jbenet/go-temp-err-catcherv0.1.0indirect
Gogithub.com/jbenet/goprocessv0.1.4indirect
Gogithub.com/jorropo/jsyncv1.0.1indirect
Gogithub.com/k0kubun/pp/v3v3.5.0indirect
Gogithub.com/kevinburke/go-bindatav3.24.0+incompatibleindirect
Gogithub.com/kevinburke/ssh_configv1.2.0indirect
Gogithub.com/klauspost/compressv1.17.11indirect
Gogithub.com/klauspost/cpuid/v2v2.2.9indirect
Gogithub.com/koron/go-ssdpv0.0.4indirect
Gogithub.com/kr/prettyv0.3.1indirect
Gogithub.com/kr/textv0.2.0indirect
Gogithub.com/leodido/go-urnv1.4.0indirect
Gogithub.com/libp2p/go-buffer-poolv0.1.0indirect
Gogithub.com/libp2p/go-cidrangerv1.1.0indirect
Gogithub.com/libp2p/go-flow-metricsv0.2.0indirect
Gogithub.com/libp2p/go-libp2p-asn-utilv0.4.1indirect
Gogithub.com/libp2p/go-libp2p-recordv0.2.0indirect
Gogithub.com/libp2p/go-msgiov0.3.0indirect
Gogithub.com/libp2p/go-natv0.2.0indirect
Gogithub.com/libp2p/go-netroutev0.2.2indirect
Gogithub.com/libp2p/go-reuseportv0.4.0indirect
Gogithub.com/libp2p/go-yamux/v4v4.0.1indirect
Gogithub.com/logrusorgru/aurora/v4v4.0.0indirect
Gogithub.com/lufia/plan9statsv0.0.0-20211012122336-39d0f177ccd0indirect
Gogithub.com/magiconair/propertiesv1.8.7indirect
Gogithub.com/marten-seemann/tcpv0.0.0-20210406111302-dfbc87cc63fdindirect
Gogithub.com/mattn/go-colorablev0.1.14indirect
Gogithub.com/mattn/go-isattyv0.0.20indirect
Gogithub.com/mattn/go-runewidthv0.0.16indirect
Gogithub.com/microsoft/go-winiov0.6.2indirect
Gogithub.com/miekg/dnsv1.1.62indirect
Gogithub.com/mikioh/tcpinfov0.0.0-20190314235526-30a79bb1804bindirect
Gogithub.com/mikioh/tcpoptv0.0.0-20190314235656-172688c1acccindirect
Gogithub.com/minio/sha256-simdv1.0.1indirect
Gogithub.com/mitchellh/colorstringv0.0.0-20190213212951-d06e56a500dbindirect
Gogithub.com/moby/docker-image-specv1.3.1indirect
Gogithub.com/moby/sys/atomicwriterv0.1.0indirect
Gogithub.com/moby/sys/sequentialv0.6.0indirect
Gogithub.com/moby/sys/usernsv0.1.0indirect
Gogithub.com/moby/termv0.5.0indirect
Gogithub.com/morikuni/aecv1.0.0indirect
Gogithub.com/mr-tron/base58v1.2.0indirect
Gogithub.com/multiformats/go-base32v0.1.0indirect
Gogithub.com/multiformats/go-base36v0.2.0indirect
Gogithub.com/multiformats/go-multiaddr-fmtv0.1.0indirect
Gogithub.com/multiformats/go-multibasev0.2.0indirect
Gogithub.com/multiformats/go-multicodecv0.9.0indirect
Gogithub.com/multiformats/go-multistreamv0.6.0indirect
Gogithub.com/multiformats/go-varintv0.0.7indirect
Gogithub.com/munnerz/goautonegv0.0.0-20191010083416-a7dc8b61c822indirect
Gogithub.com/olekukonko/tablewriterv0.0.5indirect
Gogithub.com/oneofone/xxhashv1.2.8indirect
Gogithub.com/onflow/fixed-pointv0.1.1indirect
Gogithub.com/onflow/flow-ft/lib/go/templatesv1.1.1indirect
Gogithub.com/onflow/flow-nft/lib/go/templatesv1.4.1indirect
Gogithub.com/onflow/sdksv0.6.0-preview.1indirect
Gogithub.com/onsi/ginkgo/v2v2.22.0indirect
Gogithub.com/opencontainers/go-digestv1.0.0indirect
Gogithub.com/opencontainers/image-specv1.1.0indirect
Gogithub.com/opencontainers/runtime-specv1.2.0indirect
Gogithub.com/opentracing/opentracing-gov1.2.0indirect
Gogithub.com/pelletier/go-toml/v2v2.2.1indirect
Gogithub.com/pelletier/go-toml/v2v2.2.2indirect
Gogithub.com/pion/datachannelv1.5.10indirect
Gogithub.com/pion/dtls/v2v2.2.12indirect
Gogithub.com/pion/ice/v2v2.3.37indirect
Gogithub.com/pion/interceptorv0.1.37indirect
Gogithub.com/pion/loggingv0.2.2indirect
Gogithub.com/pion/mdnsv0.0.12indirect
Gogithub.com/pion/randutilv0.1.0indirect
Gogithub.com/pion/rtcpv1.2.15indirect
Gogithub.com/pion/rtpv1.8.10indirect
Gogithub.com/pion/sctpv1.8.35indirect
Gogithub.com/pion/sdp/v3v3.0.9indirect
Gogithub.com/pion/srtp/v2v2.0.20indirect
Gogithub.com/pion/stunv0.6.1indirect
Gogithub.com/pion/stun/v2v2.0.0indirect
Gogithub.com/pion/transport/v2v2.2.10indirect
Gogithub.com/pion/transport/v3v3.0.7indirect
Gogithub.com/pion/turn/v2v2.1.6indirect
Gogithub.com/pion/webrtc/v3v3.3.5indirect
Gogithub.com/pjbgf/sha1cdv0.3.0indirect
Gogithub.com/planetscale/vtprotobufv0.6.1-0.20240319094008-0393e58bdf10indirect
Gogithub.com/pmezard/go-difflibv1.0.0indirect
Gogithub.com/pmezard/go-difflibv1.0.1-0.20181226105442-5d4384ee4fb2indirect
Gogithub.com/polydawn/refmtv0.89.0indirect
Gogithub.com/power-devops/perfstatv0.0.0-20210106213030-5aafc221ea8cindirect
Gogithub.com/projectzkm/ziren/crates/go-runtime/zkvm_runtimev0.0.0-20251001021608-1fe7b43fc4d6indirect
Gogithub.com/prometheus/procfsv0.15.1indirect
Gogithub.com/protonmail/go-cryptov0.0.0-20230828082145-3c4c8a2d2371indirect
Gogithub.com/psiemens/sconfigv0.1.0indirect
Gogithub.com/quic-go/qpackv0.5.1indirect
Gogithub.com/quic-go/quic-gov0.48.2indirect
Gogithub.com/quic-go/webtransport-gov0.8.1-0.20241018022711-4ac2c9250e66indirect
Gogithub.com/raulk/go-watchdogv1.3.0indirect
Gogithub.com/rivo/unisegv0.4.7indirect
Gogithub.com/rogpeppe/go-internalv1.14.1indirect
Gogithub.com/savetherbtz/mphv0.1.1-0.20240117162131-4166ec7869bcindirect
Gogithub.com/sergi/go-diffv1.2.0indirect
Gogithub.com/shirou/gopsutilv3.21.4-0.20210419000835-c7a38de76ee5+incompatibleindirect
Gogithub.com/shoenig/go-m1cpuv0.1.6indirect
Gogithub.com/sirupsen/logrusv1.9.3indirect
Gogithub.com/skeema/knownhostsv1.2.1indirect
Gogithub.com/spaolacci/murmur3v1.1.0indirect
Gogithub.com/spf13/aferov1.10.0indirect
Gogithub.com/spf13/aferov1.11.0indirect
Gogithub.com/spf13/castv1.5.0indirect
Gogithub.com/spf13/jwalterweathermanv1.1.0indirect
Gogithub.com/spiffe/go-spiffe/v2v2.6.0indirect
Gogithub.com/stackexchange/wmiv1.2.1indirect
Gogithub.com/stretchr/objxv0.5.2indirect
Gogithub.com/subosito/gotenvv1.4.2indirect
Gogithub.com/supranational/blstv0.3.16-0.20250831170142-f48500c1fdbeindirect
Gogithub.com/syndtr/goleveldbv1.0.1-0.20210819022825-2ae1ddf74ef7indirect
Gogithub.com/texttheater/golang-levenshtein/levenshteinv0.0.0-20200805054039-cae8b0eaed6cindirect
Gogithub.com/tklauser/go-sysconfv0.3.12indirect
Gogithub.com/tklauser/numcpusv0.6.1indirect
Gogithub.com/turbolent/prettierv0.0.0-20220320183459-661cc755135dindirect
Gogithub.com/victoriametrics/fastcachev1.13.0indirect
Gogithub.com/vmihailenco/tagparserv0.1.1indirect
Gogithub.com/vmihailenco/tagparserv0.1.2indirect
Gogithub.com/whyrusleeping/go-keyspacev0.0.0-20160322163242-5b898ac5add1indirect
Gogithub.com/wlynxg/anetv0.0.5indirect
Gogithub.com/x448/float16v0.8.4indirect
Gogithub.com/xanzy/ssh-agentv0.3.3indirect
Gogithub.com/yusufpapurcu/wmiv1.2.2indirect
Gogithub.com/yusufpapurcu/wmiv1.2.4indirect
Gogithub.com/zeebo/blake3v0.2.4indirect
Gogithub.com/zeebo/xxh3v1.0.2indirect
Gogo.opencensus.iov0.24.0indirect
Gogo.opentelemetry.io/auto/sdkv1.2.1indirect
Gogo.opentelemetry.io/contrib/detectors/gcpv1.39.0indirect
Gogo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcv0.61.0indirect
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.61.0indirect
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.65.0indirect
Gogo.opentelemetry.io/otel/exporters/otlp/otlptracev1.39.0indirect
Gogo.opentelemetry.io/otel/metricv1.39.0indirect
Gogo.opentelemetry.io/otel/metricv1.40.0indirect
Gogo.opentelemetry.io/otel/sdk/metricv1.39.0indirect
Gogo.opentelemetry.io/otel/sdk/metricv1.40.0indirect
Gogo.opentelemetry.io/proto/otlpv1.9.0indirect
Gogo.uber.org/digv1.18.0indirect
Gogo.uber.org/fxv1.23.0indirect
Gogo.uber.org/zapv1.27.0indirect
Gogo.yaml.in/yaml/v3v3.0.4indirect
Gogolang.org/x/modv0.24.0indirect
Gogolang.org/x/modv0.31.0indirect
Gogolang.org/x/netv0.49.0indirect
Gogolang.org/x/oauth2v0.35.0indirect
Gogolang.org/x/telemetryv0.0.0-20251203150158-8fff8a5912fcindirect
Gogolang.org/x/termv0.39.0indirect
Gogonum.org/v1/gonumv0.16.0indirect
Gogoogle.golang.org/appenginev1.6.8indirect
Gogoogle.golang.org/genproto/googleapis/rpcv0.0.0-20260203192932-546029d2fa20indirect
Gogopkg.in/ini.v1v1.67.0indirect
Gogopkg.in/warnings.v0v0.1.2indirect
Golukechampine.com/blake3v1.4.1indirect
Gonhooyr.io/websocketv1.8.7indirect
Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.11.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsGo.