30 lines
817 B
Modula-2
30 lines
817 B
Modula-2
module code.chimeric.al/chimerical/odidere
|
|
|
|
go 1.25.5
|
|
|
|
tool (
|
|
golang.org/x/tools/cmd/deadcode
|
|
golang.org/x/tools/cmd/goimports
|
|
golang.org/x/vuln/cmd/govulncheck
|
|
honnef.co/go/tools/cmd/staticcheck
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sashabaranov/go-openai v1.41.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
|
|
golang.org/x/mod v0.36.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.44.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
|
|
golang.org/x/tools v0.45.0 // indirect
|
|
golang.org/x/vuln v1.3.0 // indirect
|
|
honnef.co/go/tools v0.7.0 // indirect
|
|
)
|