go.mod 235 B

12345678910
  1. module github.com/rigormorrtiss/discordo
  2. go 1.16
  3. require (
  4. github.com/bwmarrin/discordgo v0.23.2
  5. github.com/gdamore/tcell/v2 v2.3.11
  6. github.com/rivo/tview v0.0.0-20210624165335-29d673af0ce2
  7. github.com/zalando/go-keyring v0.1.1
  8. )