go.mod 373 B

12345678910111213141516
  1. module github.com/eryajf/chatgpt-dingtalk
  2. go 1.18
  3. require (
  4. github.com/go-resty/resty/v2 v2.7.0
  5. github.com/patrickmn/go-cache v2.1.0+incompatible
  6. github.com/solywsh/chatgpt v0.0.14
  7. )
  8. require (
  9. github.com/sashabaranov/go-openai v1.5.1 // indirect
  10. golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
  11. )
  12. replace github.com/solywsh/chatgpt => ./pkg/chatgpt