Updated image gen

This commit is contained in:
2024-02-22 14:56:14 -07:00
parent dcc57ccb74
commit f8e6257fd9
2 changed files with 26 additions and 4 deletions

8
go.mod
View File

@ -2,19 +2,19 @@ module himbot
go 1.22.0
require github.com/diamondburned/arikawa/v3 v3.3.4
require github.com/diamondburned/arikawa/v3 v3.3.5
require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
)
require (
github.com/aws/aws-sdk-go v1.50.10
github.com/aws/aws-sdk-go v1.50.24
github.com/gorilla/schema v1.2.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/replicate/replicate-go v0.15.0
github.com/replicate/replicate-go v0.16.1
golang.org/x/time v0.5.0 // indirect
)