1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

add logger to deps

This commit is contained in:
Zack Scholl 2019-04-03 21:04:40 -07:00
parent 527825b53d
commit 4c0c16cddb
2 changed files with 13 additions and 0 deletions

2
go.mod
View file

@ -3,6 +3,7 @@ module github.com/schollz/croc/v5
require (
github.com/go-redis/redis v6.15.2+incompatible
github.com/google/go-cmp v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.1
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
@ -12,6 +13,7 @@ require (
github.com/schollz/mnemonicode v1.0.1
github.com/schollz/pake v1.1.0
github.com/schollz/progressbar/v2 v2.10.0
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect