mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-14 06:37:12 +00:00
* 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
8 lines
167 B
Modula-2
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
|