-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
83 lines (78 loc) · 3.91 KB
/
go.mod
File metadata and controls
83 lines (78 loc) · 3.91 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
module github.com/xaionaro-go/avpipeline
go 1.24.4
replace github.com/asticode/go-astiav v0.36.0 => github.com/xaionaro-go/astiav v0.0.0-20251214204411-73e53d79a9c8
require (
github.com/anthonynsimon/bild v0.14.0
github.com/asticode/go-astiav v0.36.0
github.com/asticode/go-astikit v0.55.0
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/facebookincubator/go-belt v0.0.0-20250308011339-62fb7027b11f
github.com/go-ng/xatomic v0.0.0-20251124145245-9a7a1838d3aa
github.com/go-ng/xsort v0.0.0-20250330112557-d2ee7f01661c
github.com/spf13/pflag v1.0.6
github.com/stretchr/testify v1.11.0
github.com/xaionaro-go/audio v0.0.0-20250426140416-6a9b3f1c8737
github.com/xaionaro-go/avcommon v0.0.0-20250823173020-6a2bb1e1f59d
github.com/xaionaro-go/avmediacodec v0.0.0-20250505012527-c819676502d8
github.com/xaionaro-go/libsrt v0.0.0-20250505013920-61d894a3b7e9
github.com/xaionaro-go/observability v0.0.0-20250622130956-24b7017284e4
github.com/xaionaro-go/polyjson v0.0.0-20250825191950-a2ce35ee07f0
github.com/xaionaro-go/proxy v0.0.0-20250525144747-579f5a891c15
github.com/xaionaro-go/secret v0.0.0-20250111141743-ced12e1082c2
github.com/xaionaro-go/sockopt v0.0.0-20250823181757-5c02c9cd7b51
github.com/xaionaro-go/typing v0.0.0-20221123235249-2229101d38ba
github.com/xaionaro-go/unsafetools v0.0.0-20241024014258-a46e1ce3763e
github.com/xaionaro-go/xcontext v0.0.0-20250111150717-e70e1f5b299c
github.com/xaionaro-go/xsync v0.0.0-20250928140805-f801683b71ba
go.uber.org/atomic v1.11.0
gocv.io/x/gocv v0.41.0
google.golang.org/grpc v1.72.1
google.golang.org/protobuf v1.36.5
)
require (
codeberg.org/go-fonts/liberation v0.5.0 // indirect
codeberg.org/go-latex/latex v0.1.0 // indirect
codeberg.org/go-pdf/fpdf v0.10.0 // indirect
git.sr.ht/~sbinet/gg v0.6.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/xaionaro-go/ndk v0.0.0-20250420195304-361bb98583bf // indirect
golang.org/x/image v0.27.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/text v0.31.0 // indirect
gonum.org/v1/plot v0.16.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/DataDog/gostackparse v0.7.0 // indirect
github.com/av-elier/go-decimal-to-rational v0.0.0-20250603203441-f39a07f43ff3
github.com/dustin/go-humanize v1.0.1
github.com/go-ng/container v0.0.0-20220615121757-4740bf4bbc52
github.com/go-ng/slices v0.0.0-20230703171042-6195d35636a2 // indirect
github.com/go-ng/sort v0.0.0-20220617173827-2cc7cd04f7c7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/huandu/go-tls v1.0.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/lmpizarro/go_ehlers_indicators v0.0.0-20220405041400-fd6ced57cf1a
github.com/phuslu/goid v1.0.2 // indirect
github.com/samber/lo v1.52.0
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/xaionaro-go/androidetc v0.0.0-20250824193302-b7ecebb3b825
github.com/xaionaro-go/gorex v0.0.0-20241010205749-bcd59d639c4d // indirect
github.com/xaionaro-go/logrustash v0.0.0-20240804141650-d48034780a5f // indirect
github.com/xaionaro-go/object v0.0.0-20241026212449-753ce10ec94c // indirect
github.com/xaionaro-go/rpn v0.0.0-20250818130635-1419b5218722
github.com/xaionaro-go/spinlock v0.0.0-20200518175509-30e6d1ce68a1 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
golang.org/x/sys v0.38.0
lukechampine.com/blake3 v1.4.0 // indirect
tailscale.com v1.86.5
)