mirror of
https://github.com/openai/openai-go.git
synced 2026-03-31 08:37:22 +09:00
30 lines
961 B
Modula-2
30 lines
961 B
Modula-2
module github.com/openai/openai-go/examples
|
|
|
|
replace github.com/openai/openai-go/v3 => ../
|
|
|
|
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/v3 v3.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
|
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.18.0 // 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/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|