22 lines
590 B
Modula-2
22 lines
590 B
Modula-2
module github.com/d3m0k1d/BanForge
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/jedib0t/go-pretty/v6 v6.7.8
|
|
github.com/ncruces/go-sqlite3 v0.30.4
|
|
github.com/spf13/cobra v1.10.2
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/tetratelabs/wazero v1.11.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|