Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit fdc0165

Browse files
Bump github.com/temporalio/ui-server/v2 from 2.8.1 to 2.8.3 (#170)
Bumps [github.com/temporalio/ui-server/v2](https://github.com/temporalio/ui-server) from 2.8.1 to 2.8.3. - [Release notes](https://github.com/temporalio/ui-server/releases) - [Commits](temporalio/ui-server@v2.8.1...v2.8.3) --- updated-dependencies: - dependency-name: github.com/temporalio/ui-server/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 162f3f5 commit fdc0165

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/temporalio/temporalite
33
go 1.19
44

55
require (
6-
github.com/temporalio/ui-server/v2 v2.8.1
6+
github.com/temporalio/ui-server/v2 v2.8.3
77
github.com/urfave/cli/v2 v2.23.5
88
go.temporal.io/api v1.12.0
99
go.temporal.io/sdk v1.17.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ github.com/temporalio/ringpop-go v0.0.0-20220818230611-30bf23b490b2 h1:QIwUh2HCt
436436
github.com/temporalio/ringpop-go v0.0.0-20220818230611-30bf23b490b2/go.mod h1:ZEYrWwPO7607ZEaPzK7nWRv55cIrTtH4TeBBu3V532U=
437437
github.com/temporalio/tchannel-go v1.22.1-0.20220818200552-1be8d8cffa5b h1:Fs3LdlF7xbnOWHymbFmvIEuxIEt1dNRCfaDkoajSaZk=
438438
github.com/temporalio/tchannel-go v1.22.1-0.20220818200552-1be8d8cffa5b/go.mod h1:c+V9Z/ZgkzAdyGvHrvC5AsXgN+M9Qwey04cBdKYzV7U=
439-
github.com/temporalio/ui-server/v2 v2.8.1 h1:Nf4f8uXBKmRMYGgxRpnHWstJTZ28cy4dtoEtfHJQTKU=
440-
github.com/temporalio/ui-server/v2 v2.8.1/go.mod h1:cVMpXPbdqVNymc7U4WRzEnqRaRMyImThOcYf0OR1xhg=
439+
github.com/temporalio/ui-server/v2 v2.8.3 h1:eII8RPOa2UGLZp+bzZdZbnqcR28SIACv+RWE/N3k0rY=
440+
github.com/temporalio/ui-server/v2 v2.8.3/go.mod h1:Fd68+cECpTXc7oZh2oHUA5DQ1tIPa87mg9PPlJ8hPaA=
441441
github.com/twmb/murmur3 v1.1.5/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
442442
github.com/twmb/murmur3 v1.1.6 h1:mqrRot1BRxm+Yct+vavLMou2/iJt0tNVTTC0QoIjaZg=
443443
github.com/twmb/murmur3 v1.1.6/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=

0 commit comments

Comments
 (0)