mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-06 10:47:49 +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
17 lines
480 B
Modula-2
17 lines
480 B
Modula-2
module github.com/up9inc/mizu/tap
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bradleyfalzon/tlsx v0.0.0-20170624122154-28fd0e59bac4
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/up9inc/mizu/shared v0.0.0
|
|
github.com/up9inc/mizu/tap/api v0.0.0
|
|
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7 // indirect
|
|
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
|
|
)
|
|
|
|
replace github.com/up9inc/mizu/tap/api v0.0.0 => ./api
|
|
|
|
replace github.com/up9inc/mizu/shared v0.0.0 => ../shared
|