mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-09-01 00:57:17 +00:00
* Fix the `go.mod` of `acceptanceTests`
* Enable acceptance tests
* Revert "Enable acceptance tests"
This reverts commit e21c527e69.
11 lines
208 B
AMPL
11 lines
208 B
AMPL
module github.com/up9inc/mizu/tests
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/up9inc/mizu/shared v0.0.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
replace github.com/up9inc/mizu/shared v0.0.0 => ../shared
|