github.com/OpsMx/go-app-base@v0.0.24/go.mod (about)

     1  module github.com/OpsMx/go-app-base
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/stretchr/testify v1.8.4
     7  	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
     8  	go.opentelemetry.io/otel v1.23.1
     9  	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.23.1
    10  	go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.23.1
    11  	go.opentelemetry.io/otel/sdk v1.23.1
    12  )
    13  
    14  require (
    15  	github.com/cenkalti/backoff/v4 v4.2.1 // indirect
    16  	github.com/davecgh/go-spew v1.1.1 // indirect
    17  	github.com/felixge/httpsnoop v1.0.4 // indirect
    18  	github.com/go-logr/logr v1.4.1 // indirect
    19  	github.com/go-logr/stdr v1.2.2 // indirect
    20  	github.com/golang/protobuf v1.5.3 // indirect
    21  	github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
    22  	github.com/pmezard/go-difflib v1.0.0 // indirect
    23  	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 // indirect
    24  	go.opentelemetry.io/otel/metric v1.23.1 // indirect
    25  	go.opentelemetry.io/otel/trace v1.23.1 // indirect
    26  	go.opentelemetry.io/proto/otlp v1.1.0 // indirect
    27  	golang.org/x/net v0.21.0 // indirect
    28  	golang.org/x/sys v0.17.0 // indirect
    29  	golang.org/x/text v0.14.0 // indirect
    30  	google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9 // indirect
    31  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
    32  	google.golang.org/grpc v1.61.1 // indirect
    33  	google.golang.org/protobuf v1.32.0 // indirect
    34  	gopkg.in/yaml.v3 v3.0.1 // indirect
    35  )