mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-05 10:17:50 +00:00
* Fix the `go.mod` of `acceptanceTests`
* Enable acceptance tests
* Revert "Enable acceptance tests"
This reverts commit e21c527e69.
11 lines
208 B
Modula-2
11 lines
208 B
Modula-2
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
|