go.uber.org/cadence@v1.2.9/go.mod (about) 1 module go.uber.org/cadence 2 3 go 1.19 4 5 require ( 6 github.com/apache/thrift v0.16.0 7 github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a 8 github.com/gogo/protobuf v1.3.2 9 github.com/golang-jwt/jwt/v5 v5.2.0 10 github.com/golang/mock v1.5.0 11 github.com/marusama/semaphore/v2 v2.5.0 12 github.com/opentracing/opentracing-go v1.1.0 13 github.com/pborman/uuid v0.0.0-20160209185913-a97ce2ca70fa 14 github.com/robfig/cron v1.2.0 15 github.com/shirou/gopsutil v3.21.11+incompatible 16 github.com/stretchr/testify v1.8.1 17 github.com/uber-go/tally v3.3.15+incompatible 18 github.com/uber/cadence-idl v0.0.0-20230905165949-03586319b849 19 github.com/uber/jaeger-client-go v2.22.1+incompatible 20 github.com/uber/tchannel-go v1.32.1 21 go.uber.org/atomic v1.9.0 22 go.uber.org/goleak v1.1.12 23 go.uber.org/multierr v1.6.0 24 go.uber.org/thriftrw v1.25.0 25 go.uber.org/yarpc v1.55.0 26 go.uber.org/zap v1.13.0 27 golang.org/x/net v0.19.0 28 golang.org/x/oauth2 v0.1.0 29 golang.org/x/time v0.0.0-20170927054726-6dc17368e09b 30 ) 31 32 require ( 33 github.com/BurntSushi/toml v0.4.1 // indirect 34 github.com/beorn7/perks v1.0.1 // indirect 35 github.com/cespare/xxhash/v2 v2.1.1 // indirect 36 github.com/davecgh/go-spew v1.1.1 // indirect 37 github.com/go-ole/go-ole v1.2.6 // indirect 38 github.com/gogo/googleapis v1.3.2 // indirect 39 github.com/gogo/status v1.1.0 // indirect 40 github.com/golang/protobuf v1.5.3 // indirect 41 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect 42 github.com/pkg/errors v0.9.1 // indirect 43 github.com/pmezard/go-difflib v1.0.0 // indirect 44 github.com/prometheus/client_golang v1.11.1 // indirect 45 github.com/prometheus/client_model v0.2.0 // indirect 46 github.com/prometheus/common v0.26.0 // indirect 47 github.com/prometheus/procfs v0.6.0 // indirect 48 github.com/stretchr/objx v0.5.0 // indirect 49 github.com/tklauser/go-sysconf v0.3.11 // indirect 50 github.com/tklauser/numcpus v0.6.0 // indirect 51 github.com/uber-go/mapdecode v1.0.0 // indirect 52 github.com/uber/jaeger-lib v2.4.1+incompatible // indirect 53 github.com/yusufpapurcu/wmi v1.2.3 // indirect 54 go.uber.org/dig v1.10.0 // indirect 55 go.uber.org/fx v1.13.1 // indirect 56 go.uber.org/net/metrics v1.3.0 // indirect 57 golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect 58 golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect 59 golang.org/x/mod v0.8.0 // indirect 60 golang.org/x/sys v0.15.0 // indirect 61 golang.org/x/text v0.14.0 // indirect 62 golang.org/x/tools v0.6.0 // indirect 63 google.golang.org/appengine v1.6.7 // indirect 64 google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce // indirect 65 google.golang.org/grpc v1.28.0 // indirect 66 google.golang.org/protobuf v1.31.0 // indirect 67 gopkg.in/yaml.v2 v2.4.0 // indirect 68 gopkg.in/yaml.v3 v3.0.1 // indirect 69 honnef.co/go/tools v0.3.2 // indirect 70 ) 71 72 retract ( 73 v1.2.8 // Contains bad commits 74 v1.2.5 // Published accidentally 75 v1.2.4 // Published accidentally 76 v1.2.3 // Published accidentally 77 v1.2.2 // Published accidentally 78 v1.2.1 // Published accidentally 79 v0.25.0 // Published accidentally 80 v0.24.0 // Published accidentally 81 v0.23.2 // Published accidentally 82 v0.23.1 // Published accidentally 83 v0.22.4 // Published accidentally 84 v0.22.3 // Published accidentally 85 v0.22.2 // Published accidentally 86 v0.22.1 // Published accidentally 87 v0.22.0 // Published accidentally 88 v0.21.3 // Published accidentally 89 v0.21.2 // Published accidentally 90 v0.21.0 // Published accidentally 91 v0.20.0 // Published accidentally 92 v0.19.2 // Published accidentally 93 v0.18.0 // Published accidentally 94 v0.16.1 // Published accidentally 95 v0.15.1 // Published accidentally 96 v0.14.2 // Published accidentally 97 v0.10.3 // Published accidentally 98 v0.10.2 // Published accidentally 99 v0.5.5 // Published accidentally 100 v0.5.4 // Published accidentally 101 v0.5.3 // Published accidentally 102 v0.3.15 // Published accidentally 103 v0.3.14 // Published accidentally 104 v0.3.13 // Published accidentally 105 v0.3.12 // Published accidentally 106 v0.3.11 // Published accidentally 107 v0.3.9 // Published accidentally 108 v0.3.8 // Published accidentally 109 v0.3.7 // Published accidentally 110 v0.3.6 // Published accidentally 111 v0.3.5 // Published accidentally 112 v0.3.4 // Published accidentally 113 v0.3.3 // Published accidentally 114 v0.3.0 // Published accidentally 115 v0.2.0 // Published accidentally 116 )