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

35 lines
1.1 KiB

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
  1. module xgit.pub/module/cms
  2. go 1.21
  3. toolchain go1.21.5
  4. require github.com/gogf/gf/v2 v2.6.0
  5. require xgit.pub/st52/xcore v0.0.0
  6. replace xgit.pub/st52/xcore => ../../xcore
  7. require (
  8. github.com/BurntSushi/toml v1.2.0 // indirect
  9. github.com/clbanning/mxj/v2 v2.7.0 // indirect
  10. github.com/fatih/color v1.15.0 // indirect
  11. github.com/fsnotify/fsnotify v1.7.0 // indirect
  12. github.com/go-logr/logr v1.2.4 // indirect
  13. github.com/go-logr/stdr v1.2.2 // indirect
  14. github.com/gorilla/websocket v1.5.0 // indirect
  15. github.com/grokify/html-strip-tags-go v0.0.1 // indirect
  16. github.com/magiconair/properties v1.8.6 // indirect
  17. github.com/mattn/go-colorable v0.1.13 // indirect
  18. github.com/mattn/go-isatty v0.0.20 // indirect
  19. github.com/mattn/go-runewidth v0.0.15 // indirect
  20. github.com/olekukonko/tablewriter v0.0.5 // indirect
  21. github.com/rivo/uniseg v0.4.4 // indirect
  22. go.opentelemetry.io/otel v1.14.0 // indirect
  23. go.opentelemetry.io/otel/sdk v1.14.0 // indirect
  24. go.opentelemetry.io/otel/trace v1.14.0 // indirect
  25. golang.org/x/net v0.17.0 // indirect
  26. golang.org/x/sys v0.15.0 // indirect
  27. golang.org/x/text v0.13.0 // indirect
  28. gopkg.in/yaml.v3 v3.0.1 // indirect
  29. )