Basic Testing & Cleanup

This commit is contained in:
2022-10-27 03:54:44 +00:00
parent 810d971567
commit d8ca637c7d
3 changed files with 50 additions and 3 deletions

12
go.mod
View File

@@ -1,13 +1,19 @@
module github.com/manleydev/bird-bot
module github.com/yeslayla/bird-bot
go 1.19
require (
github.com/bwmarrin/discordgo v0.26.1
github.com/ilyakaznacheev/cleanenv v1.4.0
github.com/stretchr/testify v1.8.1
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/bwmarrin/discordgo v0.26.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/ilyakaznacheev/cleanenv v1.4.0 // indirect
github.com/joho/godotenv v1.4.0 // 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