module orly.dev go 1.24.2 require ( github.com/adrg/xdg v0.5.3 github.com/alexflint/go-arg v1.6.0 github.com/coder/websocket v1.8.13 github.com/danielgtaylor/huma/v2 v2.34.1 github.com/davecgh/go-spew v1.1.1 github.com/dgraph-io/badger/v4 v4.8.0 github.com/fasthttp/websocket v1.5.12 github.com/fatih/color v1.18.0 github.com/go-chi/chi/v5 v5.2.2 github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 github.com/klauspost/cpuid/v2 v2.3.0 github.com/minio/sha256-simd v1.0.1 github.com/pkg/profile v1.7.0 github.com/puzpuzpuz/xsync/v3 v3.5.1 github.com/rs/cors v1.11.1 github.com/stretchr/testify v1.10.0 github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b github.com/vmihailenco/msgpack/v5 v5.4.1 go-simpler.org/env v0.12.0 go.uber.org/atomic v1.11.0 golang.org/x/crypto v0.41.0 golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 golang.org/x/lint v0.0.0-20241112194109-818c5a804067 golang.org/x/net v0.43.0 golang.org/x/sync v0.16.0 honnef.co/go/tools v0.6.1 lukechampine.com/frand v1.5.1 ) require ( github.com/BurntSushi/toml v1.5.0 // indirect github.com/alexflint/go-scalar v1.2.0 // indirect github.com/andybalholm/brotli v1.2.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/felixge/fgprof v0.9.5 // indirect github.com/go-logr/logr v1.4.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/google/flatbuffers v25.2.10+incompatible // indirect github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect github.com/klauspost/compress v1.18.0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/savsgio/gotils v0.0.0-20250408102913-196191ec6287 // indirect github.com/templexxx/cpu v0.1.1 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.65.0 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect go.opentelemetry.io/otel v1.37.0 // indirect go.opentelemetry.io/otel/metric v1.37.0 // indirect go.opentelemetry.io/otel/trace v1.37.0 // indirect golang.org/x/exp/typeparams v0.0.0-20250711185948-6ae5c78190dc // indirect golang.org/x/mod v0.27.0 // indirect golang.org/x/sys v0.35.0 // indirect golang.org/x/text v0.28.0 // indirect golang.org/x/tools v0.36.0 // indirect google.golang.org/protobuf v1.36.7 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )