35 lines
992 B
Modula-2
35 lines
992 B
Modula-2
module github.com/beckn/beckn-onix
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.7
|
|
|
|
require golang.org/x/crypto v0.36.0
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
go.opentelemetry.io/otel v1.34.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/zenazn/pkcs7pad v0.0.0-20170308005700-253a5b1f0e03
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
|
|
go.opentelemetry.io/otel/metric v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.34.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-retryablehttp v0.7.7
|
|
github.com/rs/zerolog v1.34.0
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|