mirror of
https://gitlab.durp.info/durfy/apps/durpot.git
synced 2026-05-07 16:00:33 -05:00
tidy
This commit is contained in:
parent
fe12f755c6
commit
b719dbd9fc
2 changed files with 6 additions and 10 deletions
11
go.mod
11
go.mod
|
|
@ -1,13 +1,14 @@
|
|||
module "gitlab.com/DeveloperDurp/durpot"
|
||||
module gitlab.com/DeveloperDurp/durpot
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.26.1 // indirect
|
||||
github.com/bwmarrin/discordgo v0.26.1
|
||||
github.com/sashabaranov/go-openai v1.5.7
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/joho/godotenv v1.4.0 // indirect
|
||||
github.com/sashabaranov/go-openai v1.5.7 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
|
||||
golang.org/x/sys v0.1.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue