-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 939 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/tonyredondo/timeit
go 1.16
require (
github.com/DataDog/datadog-go v4.8.1+incompatible // indirect
github.com/DataDog/dd-sdk-go-testing v0.0.0-20210812175911-45d4f6c2c8f1
github.com/DataDog/sketches-go v1.2.0 // indirect
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/loov/hrtime v1.0.3
github.com/montanaflynn/stats v0.6.4
github.com/olekukonko/tablewriter v0.0.5
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/tinylib/msgp v1.1.6 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)