Removed old benchmark reports and detailed logs from the repository to clean up unnecessary files. These reports appear to be auto-generated and no longer relevant for ongoing development.
55 lines
2.0 KiB
Modula-2
55 lines
2.0 KiB
Modula-2
module next.orly.dev
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.5.3
|
|
github.com/coder/websocket v1.8.13
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dgraph-io/badger/v4 v4.8.0
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/klauspost/cpuid/v2 v2.3.0
|
|
github.com/pkg/profile v1.7.0
|
|
github.com/puzpuzpuz/xsync/v3 v3.5.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b
|
|
go-simpler.org/env v0.12.0
|
|
go.uber.org/atomic v1.11.0
|
|
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
|
|
golang.org/x/lint v0.0.0-20241112194109-818c5a804067
|
|
golang.org/x/net v0.43.0
|
|
honnef.co/go/tools v0.6.1
|
|
lol.mleku.dev v1.0.2
|
|
lukechampine.com/frand v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // 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/fatih/color v1.18.0 // indirect
|
|
github.com/felixge/fgprof v0.9.3 // 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-20211214055906-6f57359322fd // 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/templexxx/cpu v0.0.1 // 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-20231108232855-2478ac86f678 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace lol.mleku.dev => ../github.com/mleku/lol |