Skip to content

Commit 0741569

Browse files
committed
mod tidy.
1 parent 5320e9e commit 0741569

2 files changed

Lines changed: 21 additions & 1371 deletions

File tree

go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/alitto/pond v1.8.3
77
github.com/pborman/uuid v1.2.1
88
github.com/prometheus/client_golang v1.14.0
9+
github.com/stretchr/testify v1.10.0
910
github.com/uber-go/tally/v4 v4.1.3
1011
go.temporal.io/sdk v1.37.0
1112
go.temporal.io/sdk/contrib/tally v0.2.0
@@ -17,31 +18,29 @@ require (
1718
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1819
github.com/davecgh/go-spew v1.1.1 // indirect
1920
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
20-
github.com/gogo/googleapis v1.4.1 // indirect
2121
github.com/gogo/protobuf v1.3.2 // indirect
22-
github.com/gogo/status v1.1.1 // indirect
2322
github.com/golang/mock v1.6.0 // indirect
2423
github.com/golang/protobuf v1.5.3 // indirect
2524
github.com/google/uuid v1.6.0 // indirect
26-
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
27-
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
25+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
26+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
2827
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
28+
github.com/nexus-rpc/sdk-go v0.3.0 // indirect
2929
github.com/pkg/errors v0.9.1 // indirect
3030
github.com/pmezard/go-difflib v1.0.0 // indirect
3131
github.com/prometheus/client_model v0.3.0 // indirect
3232
github.com/prometheus/common v0.37.0 // indirect
3333
github.com/prometheus/procfs v0.8.0 // indirect
3434
github.com/robfig/cron v1.2.0 // indirect
3535
github.com/stretchr/objx v0.5.2 // indirect
36-
github.com/stretchr/testify v1.10.0 // indirect
3736
github.com/twmb/murmur3 v1.1.6 // indirect
3837
go.temporal.io/api v1.53.0 // indirect
3938
go.uber.org/atomic v1.10.0 // indirect
4039
golang.org/x/net v0.39.0 // indirect
40+
golang.org/x/sync v0.13.0 // indirect
4141
golang.org/x/sys v0.32.0 // indirect
4242
golang.org/x/text v0.24.0 // indirect
4343
golang.org/x/time v0.3.0 // indirect
44-
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
4544
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
4645
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
4746
google.golang.org/grpc v1.67.1 // indirect

0 commit comments

Comments
 (0)