-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 903 Bytes
/
go.mod
File metadata and controls
30 lines (26 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/FileFormatInfo/fftools
go 1.24.0
toolchain go1.24.2
require (
github.com/FileFormatInfo/go-fractured-json v0.0.0-20260310165450-a56e3d30f067
github.com/anyascii/go v0.3.2
github.com/mattn/go-isatty v0.0.20
github.com/olekukonko/tablewriter v1.0.7
github.com/rogpeppe/go-internal v1.14.1
github.com/spf13/pflag v1.0.6
golang.org/x/crypto v0.38.0
golang.org/x/net v0.40.0
golang.org/x/term v0.36.0
golang.org/x/text v0.26.0
)
require (
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
github.com/olekukonko/ll v0.0.8 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/wlynxg/chardet v1.0.4 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/tools v0.33.0 // indirect
)