create waf
Showing
config/gateway.yaml
0 → 100644
config/waf-rules.yaml
0 → 100644
module gitlab.com/tensorsecurity-rd/waf-console | ||
go 1.22.1 | ||
go 1.20 | ||
require ( | ||
github.com/gin-gonic/gin v1.10.0 | ||
gitlab.com/security-rd/go-pkg v0.2.5 | ||
gorm.io/driver/mysql v1.5.0 | ||
gorm.io/gorm v1.25.12 | ||
k8s.io/apimachinery v0.27.2 | ||
... | ... | @@ -42,7 +41,7 @@ require ( |
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 | ||
k8s.io/api v0.27.2 // indirect | ||
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c // indirect | ||
k8s.io/klog/v2 v2.90.1 // indirect | ||
... | ... | @@ -53,10 +52,7 @@ require ( |
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) | ||
require ( | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
) | ||
require github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
require ( | ||
github.com/bytedance/sonic v1.12.1 // indirect | ||
... | ... | @@ -89,5 +85,3 @@ require ( |
golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
) | ||
replace gitlab.com/security-rd/go-pkg => scm.tensorsecurity.cn/tensorsecurity-rd/go-pkg v0.2.101 |
Please register or sign in to comment