birdbot/go.mod

22 lines
668 B
Modula-2
Raw Normal View History

2022-10-27 05:57:34 +02:00
module github.com/yeslayla/birdbot
2022-10-27 03:55:23 +02:00
go 1.19
2022-10-27 05:54:44 +02:00
require (
github.com/bwmarrin/discordgo v0.26.1
github.com/ilyakaznacheev/cleanenv v1.4.0
github.com/stretchr/testify v1.8.1
)
2022-10-27 03:55:23 +02:00
require (
github.com/BurntSushi/toml v1.2.1 // indirect
2022-10-27 05:54:44 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-10-27 03:55:23 +02:00
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.4.0 // indirect
2022-10-27 05:54:44 +02:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-10-27 03:55:23 +02:00
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
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)