mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-12 08:56:28 +00:00
21 lines
560 B
Modula-2
21 lines
560 B
Modula-2
module github.com/emochka2007/block-accounting
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/fatih/color v1.16.0
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/google/wire v0.6.0
|
|
github.com/urfave/cli/v2 v2.27.2
|
|
golang.org/x/sync v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
)
|