Skip to content
Novus Examples
txt703 B

go mod graph Edge List

`go mod graph` output: a flat edge list, one `parent@version child@version` pair per line with no indentation at all — the simplest graph serialisation in this category and the easiest to diff. Every package, version, hash and licence is fictional — the tree describes nothing real.

Preview — first 13 linestxt
example.orchard/gateway orchard.example/router@v2.1.3
example.orchard/gateway orchard.example/httpcore@v1.8.0
example.orchard/gateway orchard.example/metrics@v4.0.0
example.orchard/gateway orchard.example/cache@v0.9.2
example.orchard/gateway orchard.example/crypto@v1.2.0
orchard.example/router@v2.1.3 orchard.example/logger@v3.4.1
orchard.example/router@v2.1.3 orchard.example/retry@v1.0.4
orchard.example/httpcore@v1.8.0 orchard.example/logger@v3.4.1
orchard.example/httpcore@v1.8.0 orchard.example/jsonpath@v2.0.5
orchard.example/metrics@v4.0.0 orchard.example/logger@v3.4.1
orchard.example/cache@v0.9.2 orchard.example/yamllite@v1.1.7
orchard.example/yamllite@v1.1.7 orchard.example/jsonpath@v2.0.5

Specifications

Seed
51200
Sample Only
true
Tool
go mod graph (shape)
Format
one edge per line, space separated
Edges
10
Line Endings
LF

Testing contract

Reference control
Scenario
Build a graph from a flat edge list with no nesting or indentation.
Expected result
Ten lines yield ten edges and ten distinct nodes, matching the JSON graph fixture's edge set exactly.

What is a .txt file?

TXT is a plain-text file containing unformatted character data with no styling or structure beyond line breaks. Its interpretation depends on character encoding, most commonly UTF-8, and on line-ending convention. It is the most universal and portable text container.

How to use this file

Use an example TXT to test encoding detection, line-ending (LF versus CRLF) handling, and any tool that reads or streams raw text input.

How to use this file for testing

“go mod graph Edge List” is a deterministic Novus Examples fixture for Log parsing, Graph data, Conversion testing. Access logs and JSON-lines application logs — for testing log parsers, tailers, and ingestion pipelines.

Documented properties for this file: seed 51200 · 10 edges · LF. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

SBOM, lockfile, provenance, and advisory fixtures describe the same fabricated component tree across formats, so a converter or scanner can be diffed against a known answer. Every package name, version, hash, and advisory ID is invented — never treat a finding here as real.

Generated by generation/supply_chain.py. Free for any use, no attribution required — license.