mirror of
https://github.com/kardolus/chatgpt-cli.git
synced 2024-09-08 23:15:00 +03:00
14 lines
350 B
Modula-2
14 lines
350 B
Modula-2
module github.com/kardolus/chatgpt-poc
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/onsi/gomega v1.27.6 // indirect
|
|
github.com/sclevine/spec v1.4.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|