2024-07-13 17:42:21 -04:00
|
|
|
module github.com/thunderbrewhq/binana
|
|
|
|
|
|
2026-02-28 02:34:20 -05:00
|
|
|
go 1.25.5
|
2024-07-13 17:42:21 -04:00
|
|
|
|
2024-07-17 01:37:26 -04:00
|
|
|
require (
|
2026-02-28 02:34:20 -05:00
|
|
|
github.com/fatih/color v1.18.0
|
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.21
|
2024-07-17 01:37:26 -04:00
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
|
modernc.org/cc/v3 v3.41.0
|
|
|
|
|
)
|
2024-07-13 17:42:21 -04:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2025-06-04 17:40:52 -04:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-07-17 01:37:26 -04:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2024-07-13 17:42:21 -04:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2025-06-04 17:40:52 -04:00
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2024-07-17 01:37:26 -04:00
|
|
|
lukechampine.com/uint128 v1.3.0 // indirect
|
|
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2024-07-13 17:42:21 -04:00
|
|
|
)
|