-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
70 lines (66 loc) · 2.68 KB
/
go.mod
File metadata and controls
70 lines (66 loc) · 2.68 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
module github.com/jonoton/scout
go 1.26.1
require (
github.com/gofiber/fiber/v2 v2.52.12
github.com/gofiber/jwt/v2 v2.2.7
github.com/gofiber/swagger v1.1.1
github.com/gofiber/websocket/v2 v2.2.1
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/jonoton/go-cuda v1.0.0
github.com/jonoton/go-delaybuffer v1.0.0
github.com/jonoton/go-dir v1.0.0
github.com/jonoton/go-gzip v1.0.0
github.com/jonoton/go-memory v1.0.0
github.com/jonoton/go-notify v1.0.0
github.com/jonoton/go-pubsubmutex v1.11.0
github.com/jonoton/go-ringbuffer v1.6.0
github.com/jonoton/go-runtime v1.0.0
github.com/jonoton/go-sharedmat v1.2.0
github.com/jonoton/go-videosource v1.18.0
github.com/jonoton/go-watcher v1.1.0
github.com/jonoton/go-websockets v1.0.1
github.com/sirupsen/logrus v1.9.4
github.com/swaggo/swag v1.16.6
github.com/valyala/bytebufferpool v1.0.0
gocv.io/x/gocv v0.37.0
golang.org/x/crypto v0.49.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/fasthttp/websocket v1.5.12 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/spec v0.20.11 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
github.com/jonoton/go-framebuffer v1.1.0 // indirect
github.com/jonoton/go-temporalbuffer v1.6.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/savsgio/gotils v0.0.0-20250924091648-bce9a52d7761 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/swaggo/files/v2 v2.0.2 // indirect
github.com/tinylib/msgp v1.6.3 // indirect
github.com/valyala/fasthttp v1.69.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/tools v0.42.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// replace github.com/jonoton/go-videosource v1.17.0 => /workspaces/go-videosource