mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-31 10:11:59 +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
166 B
Modula-2
8 lines
166 B
Modula-2
module github.com/up9inc/mizu/tap/extensions/amqp
|
|
|
|
go 1.16
|
|
|
|
require github.com/up9inc/mizu/tap/api v0.0.0
|
|
|
|
replace github.com/up9inc/mizu/tap/api v0.0.0 => ../../api
|