mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-27 12:24:12 +00:00
- add monorepo Makefile delegating to sub-projects - update CI workflows, GoReleaser, gitignore for new structure - revise README, CONTRIBUTING.md for monorepo overview - bump Go to 1.24
9 lines
151 B
Modula-2
9 lines
151 B
Modula-2
module github.com/DeBrosOfficial/orama-os/agent
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|