mirror of
https://github.com/openai/openai-go.git
synced 2026-04-02 01:19:53 +09:00
26 lines
772 B
Modula-2
26 lines
772 B
Modula-2
module github.com/openai/openai-go/examples
|
|
|
|
replace github.com/openai/openai-go => ../
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/ebitengine/oto/v3 v3.2.0
|
|
github.com/invopop/jsonschema v0.12.0
|
|
github.com/openai/openai-go v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
require (
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/ebitengine/purego v0.7.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/tidwall/gjson v1.14.4 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|