benchmarking tools added

This commit is contained in:
Mayuresh
2026-03-31 09:49:56 +05:30
parent dab54b574c
commit b7081477c0
2 changed files with 28 additions and 20 deletions

16
go.mod
View File

@@ -1,10 +1,10 @@
module github.com/beckn-one/beckn-onix
go 1.24.6
go 1.25.0
require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
golang.org/x/crypto v0.47.0
golang.org/x/crypto v0.49.0
)
require github.com/stretchr/testify v1.11.1
@@ -19,9 +19,12 @@ require (
require github.com/zenazn/pkcs7pad v0.0.0-20170308005700-253a5b1f0e03
require golang.org/x/text v0.33.0 // indirect
tool golang.org/x/perf/cmd/benchstat
require golang.org/x/text v0.35.0 // indirect
require (
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
github.com/agnivade/levenshtein v1.2.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -82,9 +85,10 @@ require (
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/perf v0.0.0-20260312031701-16a31bc5fbd0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/time v0.14.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect