- README, CLAUDE.md, docs: назначение и границы, архитектура, конвенции, план - docs/local-research.md — 36 находок по формату Health Auto Export, снятых на живых данных; документация приложения местами расходится с тем, что оно шлёт - Taskfile, .golangci.yml, самодокументируемый config.example.toml
29 lines
891 B
AMPL
29 lines
891 B
AMPL
module git.vakhrushev.me/av/healthlog
|
|
|
|
go 1.26.5
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.3.1
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/oklog/ulid/v2 v2.1.2
|
|
github.com/pelletier/go-toml/v2 v2.4.3
|
|
github.com/pressly/goose/v3 v3.27.3
|
|
modernc.org/sqlite v1.55.0
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.23 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/sethvargo/go-retry v0.4.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sync v0.22.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
modernc.org/libc v1.74.3 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|