mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 17:17:14 +09:00
14 lines
231 B
Modula-2
14 lines
231 B
Modula-2
module github.com/openai/openai-go/v3
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/tidwall/sjson v1.2.5
|
|
)
|
|
|
|
require (
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
)
|