-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
module github.com/Ryanair/gofrlib | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/aws/aws-lambda-go v1.41.0 | ||
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.30 | ||
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.20.0 | ||
github.com/aws/aws-xray-sdk-go v1.8.1 | ||
github.com/aws/aws-lambda-go v1.43.0 | ||
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.13 | ||
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.7 | ||
github.com/aws/aws-xray-sdk-go v1.8.3 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.8.3 | ||
go.opentelemetry.io/contrib/detectors/aws/lambda v0.42.0 | ||
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.42.0 | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0 | ||
go.opentelemetry.io/otel v1.16.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0 | ||
go.opentelemetry.io/otel/sdk v1.16.0 | ||
go.opentelemetry.io/otel/sdk/metric v0.39.0 | ||
go.opentelemetry.io/otel/trace v1.16.0 | ||
go.uber.org/zap v1.24.0 | ||
github.com/stretchr/testify v1.8.4 | ||
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.1 | ||
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.46.1 | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 | ||
go.opentelemetry.io/otel v1.21.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 | ||
go.opentelemetry.io/otel/sdk v1.21.0 | ||
go.opentelemetry.io/otel/sdk/metric v1.21.0 | ||
go.opentelemetry.io/otel/trace v1.21.0 | ||
go.uber.org/zap v1.26.0 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/aws/aws-sdk-go v1.44.287 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.14 // indirect | ||
github.com/aws/smithy-go v1.13.5 // indirect | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
github.com/aws/aws-sdk-go v1.49.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.6 // indirect | ||
github.com/aws/smithy-go v1.19.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/felixge/httpsnoop v1.0.3 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/klauspost/compress v1.16.6 // indirect | ||
github.com/klauspost/compress v1.17.4 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasthttp v1.48.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.39.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.16.0 // indirect | ||
go.opentelemetry.io/proto/otlp v0.20.0 // indirect | ||
github.com/valyala/fasthttp v1.51.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.17.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.43.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.21.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.0.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/net v0.11.0 // indirect | ||
golang.org/x/sys v0.9.0 // indirect | ||
golang.org/x/text v0.10.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect | ||
google.golang.org/grpc v1.56.1 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect | ||
google.golang.org/grpc v1.60.1 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |