You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
493 B
Modula-2
16 lines
493 B
Modula-2
module github.com/creikey/rpgpt/server
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
github.com/sashabaranov/go-gpt3 v1.2.1 // indirect
|
|
github.com/sashabaranov/go-openai v1.5.8 // indirect
|
|
github.com/stripe/stripe-go/v72 v72.122.0 // indirect
|
|
github.com/stripe/stripe-go/v74 v74.13.0 // indirect
|
|
gorm.io/driver/sqlite v1.4.4 // indirect
|
|
gorm.io/gorm v1.24.6 // indirect
|
|
)
|