Files
p/go.mod

17 lines
360 B
Modula-2
Raw Normal View History

2024-11-21 18:48:11 -08:00
module github.com/gopatchy/p
2024-11-21 14:59:10 -08:00
2024-11-21 15:07:03 -08:00
go 1.22
2024-11-25 18:01:37 -06:00
2024-11-26 13:26:26 -06:00
require (
github.com/openai/openai-go v0.1.0-alpha.38
github.com/samber/lo v1.47.0
)
2024-11-25 18:01:37 -06:00
require (
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
2024-11-26 13:26:26 -06:00
golang.org/x/text v0.16.0 // indirect
2024-11-25 18:01:37 -06:00
)