KubeArmor/MySQLClient/common/go.mod
2021-05-20 09:59:26 +00:00

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 => ./
)