21 lines
666 B
Modula-2
21 lines
666 B
Modula-2
module github.com/TheLovinator1/ANewDawn
|
|
|
|
go 1.21.6
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.27.1
|
|
github.com/sashabaranov/go-openai v1.18.3
|
|
github.com/vartanbeno/go-reddit/v2 v2.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.0 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
)
|