Files
chatgpt-cli/go.mod
dependabot[bot] 9d7240e33c Bump golang.org/x/sys from 0.0.0-20220310020820-b874c991c1a5 to 0.1.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220310020820-b874c991c1a5 to 0.1.0.
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 23:44:37 +02:00

11 lines
186 B
Modula-2

module github.com/olemorud/chatgpt-cli/v2
go 1.18
require (
github.com/chzyer/readline v1.5.1
github.com/sashabaranov/go-openai v1.9.4
)
require golang.org/x/sys v0.1.0 // indirect