-
Notifications
You must be signed in to change notification settings - Fork 206
/
Copy pathgo.mod
23 lines (21 loc) · 887 Bytes
/
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
module github.com/temporalio/samples-go
go 1.14
require (
github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
github.com/golang/mock v1.4.4
github.com/google/uuid v1.1.2 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/pborman/uuid v1.2.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
go.temporal.io/api v1.0.0
go.temporal.io/sdk v1.1.0
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 // indirect
golang.org/x/sys v0.0.0-20201006155630-ac719f4daadf // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/genproto v0.0.0-20201006033701-bcad7cf615f2 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)