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

No Description

Contributors (1)