go.mod 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. module go.mau.fi/whatsmeow
  2. go 1.24.0
  3. toolchain go1.25.4
  4. require (
  5. git.bobomao.top/joey/whatsmeow v0.0.0-20251206075006-439e905b5732
  6. github.com/beeper/argo-go v1.1.2
  7. github.com/coder/websocket v1.8.14
  8. github.com/gogf/gf v1.16.9
  9. github.com/golang/protobuf v1.5.0
  10. github.com/google/uuid v1.6.0
  11. github.com/rs/zerolog v1.34.0
  12. github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
  13. go.mau.fi/libsignal v0.2.1
  14. go.mau.fi/util v0.9.3
  15. golang.org/x/crypto v0.44.0
  16. golang.org/x/net v0.47.0
  17. google.golang.org/protobuf v1.36.10
  18. )
  19. require (
  20. filippo.io/edwards25519 v1.1.0 // indirect
  21. github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
  22. github.com/mattn/go-colorable v0.1.14 // indirect
  23. github.com/mattn/go-isatty v0.0.20 // indirect
  24. github.com/petermattis/goid v0.0.0-20250904145737-900bdf8bb490 // indirect
  25. github.com/vektah/gqlparser/v2 v2.5.27 // indirect
  26. golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
  27. golang.org/x/sys v0.38.0 // indirect
  28. golang.org/x/text v0.31.0 // indirect
  29. )