-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathgo.mod
More file actions
57 lines (53 loc) · 2.38 KB
/
go.mod
File metadata and controls
57 lines (53 loc) · 2.38 KB
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
48
49
50
51
52
53
54
55
56
57
module github.com/AccelByte/go-restful-plugins/v4
go 1.22.0
toolchain go1.24.5
require (
github.com/AccelByte/go-jose v2.1.4+incompatible
github.com/AccelByte/iam-go-sdk/v2 v2.7.0
github.com/AccelByte/ic-go-sdk v0.0.0-20231219062429-d0005bcafcc3
github.com/AccelByte/public-source-ip v1.0.1
github.com/bluele/gcache v0.0.2
github.com/emicklei/go-restful/v3 v3.5.2
github.com/fatih/structs v1.1.0
github.com/google/uuid v1.1.5
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.10.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
)
require (
github.com/AccelByte/bloom v0.0.0-20180915202807-98c052463922 // indirect
github.com/AccelByte/go-restful-plugins/v3 v3.2.1 // indirect
github.com/DataDog/datadog-go v4.3.0+incompatible // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful v2.9.3+incompatible // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tinylib/msgp v1.1.5 // indirect
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
github.com/willf/bitset v1.1.11 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel v1.33.0 // indirect
go.opentelemetry.io/otel/metric v1.33.0 // indirect
go.opentelemetry.io/otel/trace v1.33.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)