Skip to content

Commit

Permalink
Updating readme with better timeouts and redis (if exists) test
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
  • Loading branch information
paulyuk committed Jul 26, 2024
1 parent 41c471e commit 12eb0a9
Show file tree
Hide file tree
Showing 8 changed files with 22,511 additions and 2,763 deletions.
2 changes: 1 addition & 1 deletion tutorials/distributed-calculator/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/dapr/quickstarts/distributed-calculator/go

go 1.19

require github.com/gorilla/mux v1.8.0
require github.com/gorilla/mux v1.8.1
2 changes: 2 additions & 0 deletions tutorials/distributed-calculator/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
Loading

0 comments on commit 12eb0a9

Please sign in to comment.