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

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
)