17 lines
367 B
Modula-2
17 lines
367 B
Modula-2
module git.gophernest.net/azpect/ResumeLens
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/dslipak/pdf v0.0.2
|
|
github.com/go-chi/chi/v5 v5.2.4
|
|
github.com/openai/openai-go/v3 v3.16.0
|
|
)
|
|
|
|
require (
|
|
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
|
|
)
|