mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-31 01:51:53 +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
13 lines
294 B
Modula-2
13 lines
294 B
Modula-2
module github.com/up9inc/mizu/tap/extensions/http
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/up9inc/mizu/tap/api v0.0.0
|
|
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
|
|
golang.org/x/text v0.3.5 // indirect
|
|
)
|
|
|
|
replace github.com/up9inc/mizu/tap/api v0.0.0 => ../../api
|