mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-06 18:57:30 +00:00
* Update passive_tapper.go and tls_utils.go * Update go.mod, go.sum, and 18 more files... * go fmt * Update http_reader.go, passive_tapper.go, and 3 more files... * Update status_controller.go and status_provider.go Co-authored-by: RamiBerm <rami.berman@up9.com>
13 lines
387 B
Modula-2
13 lines
387 B
Modula-2
module github.com/up9inc/mizu/tap
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/martian v2.1.0+incompatible
|
|
github.com/orcaman/concurrent-map v0.0.0-20210106121528-16402b402231
|
|
github.com/romana/rlog v0.0.0-20171115192701-f018bc92e7d7
|
|
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
|
|
github.com/bradleyfalzon/tlsx v0.0.0-20170624122154-28fd0e59bac4
|
|
)
|