diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-12 23:47:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-12 23:47:23 +0200 |
| commit | 767c2b54779cbf81b68217c6e83868cffb6a0965 (patch) | |
| tree | d657bcb88f22357f506a5134227d87958190f07a /go.mod | |
| parent | 775d3e59c7a6c060d0a9ecf3536c0df383d241be (diff) | |
feat: add parquet recorder foundation
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,9 +11,11 @@ require ( github.com/charmbracelet/harmonica v0.2.0 github.com/charmbracelet/x/term v0.2.2 github.com/magefile/mage v1.15.0 + github.com/parquet-go/parquet-go v0.29.0 ) require ( + github.com/andybalholm/brotli v1.1.1 // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/charmbracelet/colorprofile v0.4.2 // indirect github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8 // indirect @@ -22,11 +24,18 @@ require ( github.com/charmbracelet/x/windows v0.2.2 // indirect github.com/clipperhouse/displaywidth v0.11.0 // indirect github.com/clipperhouse/uax29/v2 v2.7.0 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/klauspost/compress v1.17.9 // indirect github.com/lucasb-eyer/go-colorful v1.3.0 // indirect github.com/mattn/go-runewidth v0.0.20 // indirect github.com/muesli/cancelreader v0.2.2 // indirect + github.com/parquet-go/bitpack v1.0.0 // indirect + github.com/parquet-go/jsonlite v1.0.0 // indirect + github.com/pierrec/lz4/v4 v4.1.21 // indirect github.com/rivo/uniseg v0.4.7 // indirect + github.com/twpayne/go-geom v1.6.1 // indirect github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect golang.org/x/sync v0.19.0 // indirect golang.org/x/sys v0.41.0 // indirect + google.golang.org/protobuf v1.34.2 // indirect ) |
