attach image
This commit is contained in:
5
go.mod
5
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user