go.mod 302 B

1234567891011
  1. module github.com/rigormorrtiss/discordo
  2. go 1.16
  3. require (
  4. github.com/99designs/keyring v1.1.6
  5. github.com/atotto/clipboard v0.1.4
  6. github.com/diamondburned/arikawa/v3 v3.0.0-20210711201954-9651328b74d3
  7. github.com/gdamore/tcell/v2 v2.4.0
  8. github.com/rivo/tview v0.0.0-20210624165335-29d673af0ce2
  9. )