birdbot/go.mod

34 lines
1.0 KiB
Modula-2
Raw Permalink 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.21
toolchain go1.21.5
2022-10-27 03:55:23 +02:00
2022-10-27 05:54:44 +02:00
require (
github.com/bwmarrin/discordgo v0.27.2-0.20240104191117-afc57886f91a
github.com/ilyakaznacheev/cleanenv v1.5.0
github.com/mattn/go-mastodon v0.0.6
github.com/mattn/go-sqlite3 v1.14.19
github.com/rubenv/sql-migrate v1.6.0
github.com/stretchr/testify v1.8.4
github.com/yeslayla/birdbot-common v0.1.0
2024-03-04 00:42:06 +01:00
golang.org/x/crypto v0.20.0
2022-10-27 05:54:44 +02:00
)
2022-10-27 03:55:23 +02:00
require (
github.com/BurntSushi/toml v1.3.2 // indirect
2022-10-27 05:54:44 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
2023-03-31 22:21:49 +02:00
github.com/magefile/mage v1.14.0 // indirect
2022-10-27 05:54:44 +02:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.1 // indirect
2022-11-04 07:45:20 +01:00
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
2024-03-04 00:42:06 +01:00
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
2022-10-27 03:55:23 +02:00
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)