-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
61 lines (58 loc) · 2.66 KB
/
Copy pathgo.mod
File metadata and controls
61 lines (58 loc) · 2.66 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
58
59
60
61
module github.com/geniusrabbit/adsource-openrtb
go 1.26.0
require (
github.com/bsm/openrtb v2.1.2+incompatible
github.com/bsm/openrtb/v3 v3.2.1
github.com/demdxx/gocast/v2 v2.12.2
github.com/demdxx/xtypes v0.3.1
github.com/geniusrabbit/adcorelib v0.0.0-20260923191310-277150b682ca
github.com/geniusrabbit/udetect v0.0.0-20260923122328-4f00d3f84f4c
github.com/haxqer/vast v0.0.0-20260715164143-32c7a53a75b7
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.12.1
go.uber.org/zap v1.28.0
golang.org/x/net v0.59.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bkaradzic/go-lz4 v1.0.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/geniusrabbit/gogeo v1.1.0 // indirect
github.com/geniusrabbit/gosql/v2 v2.3.2 // indirect
github.com/geniusrabbit/hourstable v1.0.0 // indirect
github.com/geniusrabbit/notificationcenter/v2 v2.5.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 // indirect
github.com/guregu/null v4.0.0+incompatible // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.20.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/molecule-man/go-brrr v1.1.1 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/prometheus/client_golang v1.24.1 // indirect
github.com/prometheus/client_model v0.6.3 // indirect
github.com/prometheus/common v0.71.0 // indirect
github.com/prometheus/procfs v0.22.0 // indirect
github.com/segmentio/ksuid v1.0.4 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.74.0 // indirect
go.uber.org/atomic v1.12.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/exp v0.0.0-20260908205506-85c1c2202aba // indirect
golang.org/x/sys v0.48.0 // indirect
golang.org/x/text v0.42.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260921155816-b14227669459 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260921155816-b14227669459 // indirect
google.golang.org/grpc v1.84.0 // indirect
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.2 // indirect
google.golang.org/protobuf v1.36.12 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/gorm v1.31.2 // indirect
)