module gitlab.com/ekzyis/hnbot go 1.20 require ( github.com/dustin/go-humanize v1.0.1 github.com/joho/godotenv v1.5.1 github.com/namsral/flag v1.7.4-pre github.com/stretchr/testify v1.8.2 ) require ( github.com/bwmarrin/discordgo v0.27.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/ekzyis/sn-goapi v0.3.1 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/mattn/go-sqlite3 v1.14.22 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )