mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-03 19:27:22 +00:00
9 lines
225 B
Modula-2
9 lines
225 B
Modula-2
module github.com/accuknox/KubeArmor/MySQLClient/common
|
|
|
|
go 1.15
|
|
|
|
replace (
|
|
github.com/accuknox/KubeArmor => ../../
|
|
github.com/accuknox/KubeArmor/MySQLClient => ../
|
|
github.com/accuknox/KubeArmor/MySQLClient/common => ./
|
|
)
|