1
0

go.mod 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. module github.com/cdle/sillyGirl
  2. go 1.16
  3. replace github.com/willf/bitset v1.2.0 => github.com/bits-and-blooms/bitset v1.2.0
  4. require (
  5. github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
  6. github.com/Mrs4s/MiraiGo v0.0.0-20210810070836-6614d2383adb
  7. github.com/Mrs4s/go-cqhttp v1.0.0-beta6
  8. github.com/astaxie/beego v1.12.3
  9. github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
  10. github.com/beego/beego/v2 v2.0.1
  11. github.com/boltdb/bolt v1.3.1
  12. github.com/buger/jsonparser v1.1.1
  13. github.com/denisbrodbeck/machineid v1.0.1
  14. github.com/gin-gonic/gin v1.7.0
  15. github.com/google/uuid v1.1.1
  16. github.com/gorilla/websocket v1.4.2
  17. github.com/guonaihong/gout v0.2.7 // indirect
  18. github.com/leodido/go-urn v1.2.1 // indirect
  19. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  20. github.com/mattn/go-isatty v0.0.13 // indirect
  21. github.com/pkg/errors v0.9.1
  22. github.com/robertkrimen/otto v0.0.0-20210927222213-f9375a256948
  23. github.com/robfig/cron/v3 v3.0.1
  24. github.com/silenceper/wechat/v2 v2.0.9
  25. github.com/sirupsen/logrus v1.8.1
  26. github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
  27. github.com/tidwall/gjson v1.9.1 // indirect
  28. github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
  29. golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
  30. golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
  31. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  32. gopkg.in/tucnak/telebot.v2 v2.4.0
  33. gopkg.in/yaml.v2 v2.4.0
  34. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
  35. )