forked from cadence-workflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Modify Docker files and Makefile accordingly
- Loading branch information
Showing
9 changed files
with
522 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// Copyright (c) 2019 Uber Technologies, Inc. | ||
// | ||
// Permission is hereby granted, free of charge, to any person obtaining a copy | ||
// of this software and associated documentation files (the "Software"), to deal | ||
// in the Software without restriction, including without limitation the rights | ||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
// copies of the Software, and to permit persons to whom the Software is | ||
// furnished to do so, subject to the following conditions: | ||
// | ||
// The above copyright notice and this permission notice shall be included in | ||
// all copies or substantial portions of the Software. | ||
// | ||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
// THE SOFTWARE. | ||
|
||
// +build tools | ||
|
||
package tools | ||
|
||
// the 2 dependency below are used for yarpc / thriftrw compatible code generation | ||
import ( | ||
_ "go.uber.org/thriftrw" | ||
_ "go.uber.org/yarpc/encoding/thrift/thriftrw-plugin-yarpc" | ||
) |
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 |
---|---|---|
@@ -0,0 +1,106 @@ | ||
module github.com/uber/cadence | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/DataDog/zstd v1.4.0 // indirect | ||
github.com/Shopify/sarama v1.23.0 | ||
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect | ||
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 | ||
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3 // indirect | ||
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect | ||
github.com/bsm/sarama-cluster v2.1.15+incompatible | ||
github.com/cactus/go-statsd-client v3.1.1+incompatible | ||
github.com/cch123/elasticsql v0.0.0-20190321073543-a1a440758eb9 | ||
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect | ||
github.com/crossdock/crossdock-go v0.0.0-20160816171116-049aabb0122b // indirect | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 | ||
github.com/eapache/go-resiliency v1.2.0 // indirect | ||
github.com/emirpasic/gods v0.0.0-20190624094223-e689965507ab | ||
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect | ||
github.com/fatih/color v0.0.0-20181010231311-3f9d52f7176a | ||
github.com/fatih/structtag v1.0.0 // indirect | ||
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect | ||
github.com/fortytw2/leaktest v1.3.0 // indirect | ||
github.com/go-sql-driver/mysql v1.4.1 | ||
github.com/gocql/gocql v0.0.0-20171220143535-56a164ee9f31 | ||
github.com/gogo/googleapis v1.2.0 // indirect | ||
github.com/gogo/status v1.1.0 // indirect | ||
github.com/golang/mock v1.3.1 | ||
github.com/google/uuid v1.1.1 | ||
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect | ||
github.com/hashicorp/go-version v1.2.0 | ||
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365 | ||
github.com/jcmturner/gofork v1.0.0 // indirect | ||
github.com/jessevdk/go-flags v1.4.0 // indirect | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/jonboulle/clockwork v0.1.0 | ||
github.com/kisielk/errcheck v1.2.0 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/lib/pq v1.2.0 // indirect | ||
github.com/m3db/prometheus_client_golang v0.8.1 | ||
github.com/m3db/prometheus_client_model v0.1.0 // indirect | ||
github.com/m3db/prometheus_common v0.1.0 // indirect | ||
github.com/m3db/prometheus_procfs v0.8.1 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.8 // indirect | ||
github.com/mattn/go-runewidth v0.0.4 // indirect | ||
github.com/mattn/go-sqlite3 v1.11.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.1 | ||
github.com/olivere/elastic v6.2.21+incompatible | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 | ||
github.com/pierrec/lz4 v0.0.0-20190701081048-057d66e894a4 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/prashantv/protectmem v0.0.0-20171002184600-e20412882b3a // indirect | ||
github.com/prometheus/common v0.6.0 // indirect | ||
github.com/prometheus/procfs v0.0.3 // indirect | ||
github.com/robfig/cron v1.2.0 | ||
github.com/samuel/go-thrift v0.0.0-20190219015601-e8b6b52668fe // indirect | ||
github.com/sirupsen/logrus v1.2.0 | ||
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/uber-common/bark v1.2.1 // indirect | ||
github.com/uber-go/atomic v1.4.0 // indirect | ||
github.com/uber-go/kafka-client v0.2.2 | ||
github.com/uber-go/mapdecode v1.0.0 // indirect | ||
github.com/uber-go/tally v3.3.11+incompatible | ||
github.com/uber/jaeger-client-go v2.16.0+incompatible // indirect | ||
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect | ||
github.com/uber/ringpop-go v0.8.5 | ||
github.com/uber/tchannel-go v1.14.0 | ||
github.com/urfave/cli v1.20.0 | ||
github.com/valyala/fastjson v1.4.1 | ||
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 | ||
go.uber.org/atomic v1.4.0 | ||
go.uber.org/cadence v0.0.0-20190702231331-27b0ba2bc456 | ||
go.uber.org/dig v1.7.0 // indirect | ||
go.uber.org/fx v1.9.0 // indirect | ||
go.uber.org/goleak v0.10.0 // indirect | ||
go.uber.org/multierr v1.1.0 | ||
go.uber.org/net/metrics v1.1.0 // indirect | ||
go.uber.org/thriftrw v1.20.0 | ||
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect | ||
go.uber.org/yarpc v1.39.0 | ||
go.uber.org/zap v1.10.0 | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect | ||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect | ||
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 | ||
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | ||
golang.org/x/tools v0.0.0-20190703183924-abb7e64e8926 // indirect | ||
google.golang.org/appengine v1.6.1 // indirect | ||
google.golang.org/grpc v1.22.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect | ||
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect | ||
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) | ||
|
||
replace github.com/jmoiron/sqlx v1.2.0 => github.com/mfateev/sqlx v0.0.0-20180910213730-fa49b1cf03f7 |
Oops, something went wrong.