refactor: remove zap log package Close #19

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-24 17:39:44 +08:00
parent 32d479c7a0
commit aab3aafad7
5 changed files with 79 additions and 134 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ go 1.14
require (
github.com/jszwec/csvutil v1.3.0
github.com/mattn/go-sqlite3 v1.14.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/tidwall/gjson v1.6.0
github.com/urfave/cli/v2 v2.2.0
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
)