mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 00:57:11 +09:00
14 lines
228 B
Modula-2
14 lines
228 B
Modula-2
module github.com/openai/openai-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/tidwall/gjson v1.14.4
|
|
github.com/tidwall/sjson v1.2.5
|
|
)
|
|
|
|
require (
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
)
|