mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-02 18:57:41 +00:00
11 lines
342 B
Modula-2
11 lines
342 B
Modula-2
module github.com/accuknox/KubeArmor/MySQLClient/core
|
|
|
|
go 1.15
|
|
|
|
replace (
|
|
github.com/accuknox/KubeArmor => ../../
|
|
github.com/accuknox/KubeArmor/MySQLClient => ../
|
|
github.com/accuknox/KubeArmor/MySQLClient/core => ./
|
|
github.com/accuknox/KubeArmor/MySQLClient/common => ../common
|
|
github.com/accuknox/KubeArmor/protobuf => ../../protobuf
|
|
)
|