-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
47 lines (44 loc) · 1.98 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/nitro/lazyraster/v2
go 1.17
require (
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
github.com/Nitro/urlsign v0.0.0-20181015102600-5c9420004fa4
github.com/aws/aws-sdk-go v1.44.126
github.com/go-chi/chi/v5 v5.0.8
github.com/google/uuid v1.6.0
github.com/nitro/lazypdf/v2 v2.0.0-20220309113525-b152d66ca74a
github.com/rs/zerolog v1.29.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.8.4
github.com/tinylib/msgp v1.1.6 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.43.1
)
require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.34.0 // indirect
github.com/DataDog/datadog-go/v5 v5.1.0 // indirect
github.com/DataDog/gostackparse v0.5.0 // indirect
github.com/DataDog/sketches-go v1.3.0 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/google/pprof v0.0.0-20220218203455-0368bd9e19a7 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
inet.af/netaddr v0.0.0-20220617031823-097006376321 // indirect
)