kubeshark/tap/extensions/redis/go.mod
M. Mert Yıldıran 29ba963c48
Remove github.com/romana/rlog dependency completely (#374)
* Remove `github.com/romana/rlog` dependency completely

* Comment out all the unnecessary logging in the protocol extensions

* Remove commented out all the unnecessary logging lines

* Remove two more lines related to logging
2021-10-19 16:13:03 +03:00

8 lines
167 B
Modula-2

module github.com/up9inc/mizu/tap/extensions/redis
go 1.16
require github.com/up9inc/mizu/tap/api v0.0.0
replace github.com/up9inc/mizu/tap/api v0.0.0 => ../../api