Skip to content

Commit 1a57e42

Browse files
committed
chore: go mod tidy
1 parent 7121a8f commit 1a57e42

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@ module github.com/viveknathani/numero
22

33
go 1.24.1
44

5-
require github.com/gofiber/fiber/v2 v2.52.6
5+
require (
6+
github.com/gofiber/fiber/v2 v2.52.6
7+
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b
8+
github.com/olekukonko/tablewriter v1.0.6
9+
)
610

711
require (
812
github.com/andybalholm/brotli v1.1.0 // indirect
913
github.com/fatih/color v1.15.0 // indirect
10-
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b // indirect
1114
github.com/google/uuid v1.6.0 // indirect
1215
github.com/klauspost/compress v1.17.9 // indirect
1316
github.com/mattn/go-colorable v0.1.13 // indirect
1417
github.com/mattn/go-isatty v0.0.20 // indirect
1518
github.com/mattn/go-runewidth v0.0.16 // indirect
1619
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
1720
github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 // indirect
18-
github.com/olekukonko/tablewriter v1.0.6 // indirect
1921
github.com/rivo/uniseg v0.2.0 // indirect
2022
github.com/valyala/bytebufferpool v1.0.0 // indirect
2123
github.com/valyala/fasthttp v1.51.0 // indirect

0 commit comments

Comments
 (0)