forked from temporalio/temporal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
79 lines (77 loc) · 3.32 KB
/
Copy pathgo.mod
File metadata and controls
79 lines (77 loc) · 3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
module go.temporal.io/server
go 1.16
require (
cloud.google.com/go v0.74.0 // indirect
cloud.google.com/go/storage v1.12.0
// v0.0.0-20161221203622-b2a4d4ae21c7 is important here.
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 // indirect
github.com/aws/aws-sdk-go v1.36.17
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/bitly/go-hostpool v0.1.0 // indirect
github.com/blang/semver/v4 v4.0.0
github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c
github.com/cch123/elasticsql v1.0.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
github.com/emirpasic/gods v0.0.0-20190624094223-e689965507ab
github.com/fatih/color v1.10.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gocql/gocql v0.0.0-20210413161705-87a5d7a5ff74
github.com/gogo/protobuf v1.3.2
github.com/gogo/status v1.1.0
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.5.1
github.com/golang/snappy v0.0.3 // indirect
github.com/google/uuid v1.2.0
github.com/iancoleman/strcase v0.1.2
github.com/jmoiron/sqlx v1.2.1-0.20200615141059-0794cb1f47ee
github.com/jonboulle/clockwork v0.2.2
github.com/kr/pretty v0.2.1 // indirect
github.com/lib/pq v1.9.0
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/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/olivere/elastic v6.2.35+incompatible
github.com/olivere/elastic/v7 v7.0.22
github.com/pborman/uuid v1.2.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/robfig/cron v1.2.0
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/temporalio/ringpop-go v0.0.0-20200708034907-1e016ebb537a
github.com/uber-common/bark v1.3.0 // indirect
github.com/uber-go/tally v3.3.17+incompatible
github.com/uber/tchannel-go v1.21.0
github.com/urfave/cli v1.22.5
github.com/urfave/cli/v2 v2.3.0
github.com/valyala/fastjson v1.6.3
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.opentelemetry.io/otel v0.15.0
go.opentelemetry.io/otel/exporters/metric/prometheus v0.15.0
go.temporal.io/api v1.4.1-0.20210319015452-3dc250bb642a
go.temporal.io/sdk v1.6.0
go.temporal.io/version v0.0.0-20201015012359-4d3bb966d193
go.uber.org/atomic v1.7.0
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/api v0.36.0
google.golang.org/grpc v1.36.0
google.golang.org/grpc/examples v0.0.0-20200625174016-7a808837ae92
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
honnef.co/go/tools v0.1.0 // indirect
)