github.com/safedep/dry@v0.0.0-20241016050132-a15651f0548b/go.mod (about)

     1  module github.com/safedep/dry
     2  
     3  go 1.22
     4  
     5  toolchain go1.22.6
     6  
     7  require (
     8  	github.com/Masterminds/semver/v3 v3.2.1
     9  	github.com/antihax/optional v1.0.0
    10  	github.com/envoyproxy/go-control-plane v0.12.0
    11  	github.com/goark/go-cvss v1.6.7
    12  	github.com/golang/protobuf v1.5.4
    13  	github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
    14  	github.com/labstack/echo-contrib v0.16.0
    15  	github.com/labstack/echo/v4 v4.11.4
    16  	github.com/labstack/gommon v0.4.2
    17  	github.com/mitchellh/mapstructure v1.5.0
    18  	github.com/nats-io/nats.go v1.33.1
    19  	github.com/oklog/ulid/v2 v2.1.0
    20  	github.com/stretchr/testify v1.9.0
    21  	go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.49.0
    22  	go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
    23  	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
    24  	go.opentelemetry.io/otel v1.24.0
    25  	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0
    26  	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0
    27  	go.opentelemetry.io/otel/sdk v1.24.0
    28  	go.opentelemetry.io/otel/trace v1.24.0
    29  	go.uber.org/zap v1.27.0
    30  	golang.org/x/net v0.22.0
    31  	golang.org/x/oauth2 v0.18.0
    32  	google.golang.org/grpc v1.62.1
    33  	gopkg.in/natefinch/lumberjack.v2 v2.2.1
    34  	gorm.io/driver/mysql v1.5.4
    35  	gorm.io/driver/postgres v1.5.6
    36  	gorm.io/gorm v1.25.7
    37  	gorm.io/plugin/opentelemetry v0.1.4
    38  	gorm.io/plugin/prometheus v0.1.0
    39  	sigs.k8s.io/yaml v1.4.0
    40  )
    41  
    42  require (
    43  	github.com/beorn7/perks v1.0.1 // indirect
    44  	github.com/cenkalti/backoff/v4 v4.2.1 // indirect
    45  	github.com/cespare/xxhash/v2 v2.2.0 // indirect
    46  	github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
    47  	github.com/davecgh/go-spew v1.1.1 // indirect
    48  	github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
    49  	github.com/felixge/httpsnoop v1.0.4 // indirect
    50  	github.com/go-logr/logr v1.4.1 // indirect
    51  	github.com/go-logr/stdr v1.2.2 // indirect
    52  	github.com/go-sql-driver/mysql v1.7.1 // indirect
    53  	github.com/goark/errs v1.3.2 // indirect
    54  	github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
    55  	github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
    56  	github.com/jackc/pgpassfile v1.0.0 // indirect
    57  	github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
    58  	github.com/jackc/pgx/v5 v5.5.3 // indirect
    59  	github.com/jackc/puddle/v2 v2.2.1 // indirect
    60  	github.com/jinzhu/inflection v1.0.0 // indirect
    61  	github.com/jinzhu/now v1.1.5 // indirect
    62  	github.com/klauspost/compress v1.17.2 // indirect
    63  	github.com/mattn/go-colorable v0.1.13 // indirect
    64  	github.com/mattn/go-isatty v0.0.20 // indirect
    65  	github.com/nats-io/nkeys v0.4.7 // indirect
    66  	github.com/nats-io/nuid v1.0.1 // indirect
    67  	github.com/pmezard/go-difflib v1.0.0 // indirect
    68  	github.com/prometheus/client_golang v1.19.0 // indirect
    69  	github.com/prometheus/client_model v0.6.0 // indirect
    70  	github.com/prometheus/common v0.50.0 // indirect
    71  	github.com/prometheus/procfs v0.13.0 // indirect
    72  	github.com/valyala/bytebufferpool v1.0.0 // indirect
    73  	github.com/valyala/fasttemplate v1.2.2 // indirect
    74  	go.opentelemetry.io/otel/metric v1.24.0 // indirect
    75  	go.opentelemetry.io/proto/otlp v1.1.0 // indirect
    76  	go.uber.org/multierr v1.11.0 // indirect
    77  	golang.org/x/crypto v0.21.0 // indirect
    78  	golang.org/x/sync v0.6.0 // indirect
    79  	golang.org/x/sys v0.18.0 // indirect
    80  	golang.org/x/text v0.14.0 // indirect
    81  	golang.org/x/time v0.5.0 // indirect
    82  	google.golang.org/appengine v1.6.8 // indirect
    83  	google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
    84  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
    85  	google.golang.org/protobuf v1.33.0 // indirect
    86  	gopkg.in/yaml.v3 v3.0.1 // indirect
    87  )