mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-24 10:56:19 +00:00
Experimental image captions
This commit is contained in:
parent
72cad30983
commit
29bdf1b0ae
4 changed files with 177 additions and 6 deletions
10
go.mod
10
go.mod
|
@ -2,10 +2,18 @@ module github.com/Fluffy-Bean/lynxie
|
|||
|
||||
go 1.24.0
|
||||
|
||||
require github.com/bwmarrin/discordgo v0.28.1
|
||||
require (
|
||||
git.sr.ht/~sbinet/gg v0.6.0
|
||||
github.com/bwmarrin/discordgo v0.28.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/campoy/embedmd v1.0.0 // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
golang.org/x/crypto v0.36.0 // indirect
|
||||
golang.org/x/image v0.21.0 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue