mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 17:17:14 +09:00
12 lines
282 B
Modula-2
12 lines
282 B
Modula-2
module github.com/openai/openai-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // 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
|
|
)
|