You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 966 B

123456789101112131415161718192021222324
  1. module github.com/casbin/casvisor
  2. go 1.17
  3. require github.com/astaxie/beego v1.12.3
  4. require (
  5. github.com/beorn7/perks v1.0.1 // indirect
  6. github.com/cespare/xxhash/v2 v2.1.1 // indirect
  7. github.com/golang/protobuf v1.4.2 // indirect
  8. github.com/hashicorp/golang-lru v0.5.4 // indirect
  9. github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
  10. github.com/prometheus/client_golang v1.7.0 // indirect
  11. github.com/prometheus/client_model v0.2.0 // indirect
  12. github.com/prometheus/common v0.10.0 // indirect
  13. github.com/prometheus/procfs v0.1.3 // indirect
  14. github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
  15. golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
  16. golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
  17. golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
  18. golang.org/x/text v0.3.0 // indirect
  19. google.golang.org/protobuf v1.23.0 // indirect
  20. gopkg.in/yaml.v2 v2.2.8 // indirect
  21. )

Caswire是一款基于人工智能技术的开源反病毒和入侵检测系统。该系统通过深度学习和模式识别技术,能够实时识别和防御各种网络威胁,包括病毒、恶意软件以及其他安全威胁。Caswire支持动态学习和适应网络环境的变化,确保持续的安全防护。我们期望在Caswire上:1)增强其机器学习模型,以提高恶意行为的检测准确率;2)优化系统的实时响应能力,提升在高威胁环境下的表现。

Contributors (1)