go.mod 1019 B

123456789101112131415161718192021222324252627282930
  1. module github.com/ayn2op/discordo
  2. go 1.22.4
  3. require (
  4. github.com/BurntSushi/toml v1.4.0
  5. github.com/atotto/clipboard v0.1.4
  6. github.com/diamondburned/arikawa/v3 v3.3.6
  7. github.com/gdamore/tcell/v2 v2.7.4
  8. github.com/rivo/tview v0.0.0-20240524063012-037df494fb76
  9. github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
  10. github.com/zalando/go-keyring v0.2.5
  11. )
  12. require (
  13. github.com/alessio/shellescape v1.4.2 // indirect
  14. github.com/danieljoos/wincred v1.2.1 // indirect
  15. github.com/gdamore/encoding v1.0.1 // indirect
  16. github.com/godbus/dbus/v5 v5.1.0 // indirect
  17. github.com/gorilla/schema v1.4.1 // indirect
  18. github.com/gorilla/websocket v1.5.1 // indirect
  19. github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
  20. github.com/mattn/go-runewidth v0.0.15 // indirect
  21. github.com/rivo/uniseg v0.4.7 // indirect
  22. golang.org/x/net v0.26.0 // indirect
  23. golang.org/x/sys v0.21.0 // indirect
  24. golang.org/x/term v0.21.0 // indirect
  25. golang.org/x/text v0.16.0 // indirect
  26. golang.org/x/time v0.5.0 // indirect
  27. )