mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-10 00:51:09 +00:00
14 lines
330 B
Modula-2
14 lines
330 B
Modula-2
module github.com/up9inc/mizu/tap/extensions/http
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/stretchr/testify v1.7.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
|