add twitter

This commit is contained in:
2025-03-15 19:07:16 +09:00
parent aea31da9c0
commit ac532ddcb5
4 changed files with 63 additions and 4 deletions

7
go.mod
View File

@@ -5,7 +5,8 @@ go 1.24.1
require github.com/bwmarrin/discordgo v0.28.1
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/michimani/gotwi v0.17.0
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)