Update dependencies and modify ReplicatePromptPrefix
This commit is contained in:
6
go.mod
6
go.mod
@ -6,15 +6,15 @@ require github.com/diamondburned/arikawa/v3 v3.3.5
|
||||
|
||||
require (
|
||||
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
||||
golang.org/x/net v0.21.0 // indirect
|
||||
golang.org/x/net v0.22.0 // indirect
|
||||
golang.org/x/sync v0.6.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go v1.50.25
|
||||
github.com/aws/aws-sdk-go v1.50.31
|
||||
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.16.1
|
||||
github.com/replicate/replicate-go v0.17.0
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user