module git.fsdpf.net/go/req go 1.25.5 require ( git.fsdpf.net/go/db v0.0.0-20260820090948-9c6bb5a83508 git.fsdpf.net/go/reflux v0.0.0-20260820092857-1f48635da3f1 github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/go-chi/chi/v5 v5.0.12 github.com/samber/do/v2 v2.0.0 github.com/samber/lo v1.49.1 github.com/spf13/cast v1.10.0 github.com/stretchr/testify v1.11.1 github.com/tidwall/gjson v1.17.1 github.com/tidwall/sjson v1.2.5 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-sql-driver/mysql v1.7.1 // indirect github.com/google/go-cmp v0.7.0 // indirect github.com/mattn/go-sqlite3 v1.14.42 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/samber/go-type-to-string v1.8.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect golang.org/x/text v0.25.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )