This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Temporal server and Go SDK versions (#13)
* Bump server and sdk version. Server is pinned to commit 58af5da4d61441a0810da21e44ac4294b9fcd48c * allow race to fail
- Loading branch information
Evan Ritscher
authored
Nov 16, 2021
1 parent
1ecb757
commit ff12777
Showing
8 changed files
with
197 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,117 @@ | ||
module github.com/DataDog/temporalite | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/google/go-licenses v0.0.0-20210816172045-3099c18c36e1 | ||
github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148 | ||
github.com/urfave/cli/v2 v2.3.0 | ||
go.temporal.io/sdk v1.10.0 | ||
go.temporal.io/server v1.12.1-0.20211008182052-3e5196b1b432 | ||
go.temporal.io/sdk v1.11.1 | ||
go.temporal.io/server v1.13.1-0.20211115193149-58af5da4d614 | ||
go.uber.org/zap v1.19.1 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.97.0 // indirect | ||
cloud.google.com/go/storage v1.18.2 // indirect | ||
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 // indirect | ||
github.com/aws/aws-sdk-go v1.41.10 // indirect | ||
github.com/benbjohnson/clock v1.1.0 // indgo irect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cactus/go-statsd-client v3.1.1+incompatible // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect | ||
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1 // indirect | ||
github.com/gogo/googleapis v1.4.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/gogo/status v1.1.0 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.1.1 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect | ||
github.com/iancoleman/strcase v0.2.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/jmoiron/sqlx v1.3.4 // indirect | ||
github.com/jonboulle/clockwork v0.2.2 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.9 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/olivere/elastic v6.2.37+incompatible // indirect | ||
github.com/olivere/elastic/v7 v7.0.29 // indirect | ||
github.com/opentracing/opentracing-go v1.2.0 // indirect | ||
github.com/pborman/uuid v1.2.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.11.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.32.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect | ||
github.com/robfig/cron v1.2.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/src-d/gcfg v1.4.0 // indirect | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
github.com/temporalio/ringpop-go v0.0.0-20211012191444-6f91b5915e95 // indirect | ||
github.com/twmb/murmur3 v1.1.6 // indirect | ||
github.com/uber-common/bark v1.3.0 // indirect | ||
github.com/uber-go/tally/v4 v4.0.1 // indirect | ||
github.com/uber/tchannel-go v1.22.0 // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
go.opentelemetry.io/otel v1.1.0 // indirect | ||
go.opentelemetry.io/otel/exporters/prometheus v0.24.0 // indirect | ||
go.opentelemetry.io/otel/internal/metric v0.24.0 // indirect | ||
go.opentelemetry.io/otel/metric v0.24.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.0.1 // indirect | ||
go.opentelemetry.io/otel/sdk/export/metric v0.24.0 // indirect | ||
go.opentelemetry.io/otel/sdk/metric v0.24.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.1.0 // indirect | ||
go.temporal.io/api v1.6.1-0.20211110205628-60c98e9cbfe2 // indirect | ||
go.temporal.io/version v0.0.0-20201015012359-4d3bb966d193 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/dig v1.13.0 // indirect | ||
go.uber.org/fx v1.14.2 // indirect | ||
go.uber.org/multierr v1.7.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20211109214657-ef0fda0de508 // indirect | ||
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect | ||
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.59.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 // indirect | ||
google.golang.org/grpc v1.42.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect | ||
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect | ||
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
Oops, something went wrong.