mirror of https://github.com/dapr/go-sdk.git
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/dapr/go-sdk
|
|
|
|
go 1.21.8
|
|
|
|
require (
|
|
github.com/dapr/dapr v1.13.0
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/microsoft/durabletask-go v0.4.1-0.20240122160106-fb5c4c05729d
|
|
github.com/stretchr/testify v1.8.4
|
|
google.golang.org/grpc v1.62.0
|
|
google.golang.org/protobuf v1.33.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // 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/kr/text v0.2.0 // indirect
|
|
github.com/marusama/semaphore/v2 v2.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
go.opentelemetry.io/otel v1.23.1 // indirect
|
|
go.opentelemetry.io/otel/metric v1.23.1 // indirect
|
|
go.opentelemetry.io/otel/trace v1.23.1 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|