Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Aug 15, 2023
1 parent 27f58c0 commit 54e679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/botond-sipos/thist v1.1.0
github.com/cheggaaa/pb/v3 v3.1.0
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.13.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-runewidth v0.0.14
Expand All @@ -32,6 +31,7 @@ require (
git.sr.ht/~sbinet/gg v0.3.1 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-fonts/liberation v0.3.0 // indirect
github.com/go-latex/latex v0.0.0-20230307184459-12ec69307ad9 // indirect
github.com/go-pdf/fpdf v0.6.0 // indirect
Expand Down

0 comments on commit 54e679e

Please sign in to comment.