forked from venkat1109/cadence-codelab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (23 loc) · 1.13 KB
/
go.mod
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
module github.com/venkat1109/cadence-codelab
go 1.15
require (
github.com/apache/thrift v0.0.0-20160514152517-9549b25c7758 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/pborman/uuid v0.0.0-20160209185913-a97ce2ca70fa
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.0.0-20150928122152-1a9d0bb9f541 // indirect
github.com/stretchr/testify v1.1.5-0.20170601210322-f6abca593680 // indirect
github.com/uber-go/atomic v0.0.0-20160601002356-e682c1008ac1 // indirect
github.com/uber-go/tally v3.0.2+incompatible
github.com/uber/tchannel-go v1.6.0
github.com/urfave/cli v1.19.2-0.20170625032808-b892ba3809cd
go.uber.org/atomic v1.2.0 // indirect
go.uber.org/cadence v0.3.0-beta
go.uber.org/zap v1.4.0
golang.org/x/net v0.0.0-20170623125723-30f03014b4f1 // indirect
golang.org/x/tools v0.0.0-20170707172736-bce9606b3f61 // indirect
gopkg.in/yaml.v2 v2.0.0-20160301204022-a83829b6f129
)
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.7.0