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

Commit

Permalink
update temporal version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Sep 11, 2021
1 parent b179c5a commit 4a4117c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 39 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/DataDog/temporalite
go 1.16

require (
github.com/iancoleman/strcase v0.1.3
github.com/iancoleman/strcase v0.2.0
github.com/jmoiron/sqlx v1.3.4
github.com/mattn/go-sqlite3 v1.14.7
github.com/mattn/go-sqlite3 v1.14.8
github.com/urfave/cli/v2 v2.3.0
go.temporal.io/api v1.4.1-0.20210429213054-a9a257b5cf16
go.temporal.io/sdk v1.8.0
go.temporal.io/server v1.10.5
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.37.0
go.temporal.io/api v1.4.1-0.20210729221809-0a6aea88f2b9
go.temporal.io/sdk v1.9.0
go.temporal.io/server v1.12.0
go.uber.org/zap v1.19.1
google.golang.org/grpc v1.40.0
)

0 comments on commit 4a4117c

Please sign in to comment.