nomadcode/services/core/go.mod
toki e36db7281b feat: update project rules, roadmap, and core service changes
- Update agent-ops project rules and roadmap files
- Add proto-socket infrastructure communication rail milestone
- Update Flutter pubspec.lock and contracts notes
- Enhance core service: config, HTTP middleware, router
- Add notification module improvements
- Add protosocket internal package
2026-05-30 19:32:48 +09:00

33 lines
1.2 KiB
Modula-2

module github.com/nomadcode/nomadcode-core
go 1.25.0
require (
git.toki-labs.com/toki/proto-socket/go v0.0.0-20260530100557-fed0da37fa1a
github.com/go-chi/chi/v5 v5.2.5
github.com/jackc/pgx/v5 v5.9.2
github.com/riverqueue/river v0.37.1
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.1
google.golang.org/protobuf v1.36.11
nhooyr.io/websocket v1.8.17
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/riverqueue/river/riverdriver v0.37.1 // indirect
github.com/riverqueue/river/rivershared v0.37.1 // indirect
github.com/riverqueue/river/rivertype v0.37.1 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.uber.org/goleak v1.3.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/text v0.37.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)