attach image

This commit is contained in:
2026-07-03 10:18:39 +09:00
parent 62cff6355b
commit c579ae6980
6 changed files with 197 additions and 14 deletions

5
go.mod
View File

@@ -1,10 +1,11 @@
module tweetdistributor
go 1.24.1
go 1.25.0
require (
github.com/bluesky-social/indigo v0.0.0-20250313000755-d9a74f690c90
github.com/bwmarrin/discordgo v0.28.1
golang.org/x/image v0.43.0
)
require (
@@ -56,7 +57,7 @@ require (
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/michimani/gotwi v0.17.0
github.com/michimani/gotwi v0.18.2
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)