Adds the log module

This commit is contained in:
2022-02-24 12:15:36 +01:00
parent a18745a34d
commit 0a36447e2a
2 changed files with 6 additions and 0 deletions

1
go.mod
View File

@ -7,6 +7,7 @@ require (
github.com/PaesslerAG/gval v1.1.2
github.com/goccy/go-json v0.9.4
github.com/schollz/progressbar/v3 v3.8.6
github.com/sirupsen/logrus v1.8.1
github.com/tevino/abool/v2 v2.0.1
)