summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-19 22:41:04 +0000
committerGitHub <[email protected]>2023-07-19 22:41:04 +0000
commita10fbc5db53e78d35964a66461b4e3b20d31c0a4 (patch)
treeaaee24cf02af724500a6f95e802a677ed39051d6 /go.mod
parent3bb0b5c04f27bbea045540bc4c8a9315d409f6e5 (diff)
build(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3
Bumps [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/uber-go/automaxprocs/releases) - [Changelog](https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/automaxprocs/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: go.uber.org/automaxprocs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7a31be38..3e2752c5 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/temporalio/roadrunner-temporal/v4 v4.3.2
go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.40
- go.uber.org/automaxprocs v1.5.2
+ go.uber.org/automaxprocs v1.5.3
golang.org/x/exp v0.0.0-20230711023510-fffb14384f22
)