|
@@ -6,6 +6,7 @@ require (
|
|
|
github.com/charmbracelet/log v0.2.1
|
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
+ github.com/sashabaranov/go-openai v1.5.7
|
|
|
github.com/solywsh/chatgpt v0.0.14
|
|
|
github.com/xgfone/ship/v5 v5.3.1
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
@@ -22,7 +23,6 @@ require (
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
|
github.com/muesli/termenv v0.15.1 // indirect
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
- github.com/sashabaranov/go-openai v1.5.7 // indirect
|
|
|
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
|
)
|