Skip to content

Commit

Permalink
Sec bump: #11
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Jan 3, 2024
1 parent fe9be01 commit 22ed043
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 9 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alitto/pond v1.8.3
github.com/prometheus/client_golang v1.14.0
github.com/uber-go/tally/v4 v4.1.3
go.temporal.io/sdk v1.21.2
go.temporal.io/sdk v1.25.1
go.temporal.io/sdk/contrib/tally v0.2.0
go.uber.org/automaxprocs v1.5.2
)
Expand All @@ -32,16 +32,16 @@ require (
github.com/prometheus/procfs v0.8.0 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
go.temporal.io/api v1.18.2-0.20230324225508-f2c7ab685b44 // indirect
go.temporal.io/api v1.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20230323212658-478b75c54725 // indirect
google.golang.org/grpc v1.54.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 22ed043

Please sign in to comment.