himbot/go.mod

21 lines
522 B
Modula-2

module himbot
go 1.22.0
require github.com/diamondburned/arikawa/v3 v3.3.5
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.21.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/aws/aws-sdk-go v1.50.25
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/sashabaranov/go-openai v1.20.0
golang.org/x/time v0.5.0 // indirect
)