commit
Showing
... | ... | @@ -4,7 +4,6 @@ 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 | ||
... | ... | @@ -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