-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.1 KB
/
go.mod
File metadata and controls
33 lines (30 loc) · 1.1 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
module github.com/ncruces/rethinkraw
go 1.25.0
require (
github.com/gorilla/schema v1.4.1
github.com/gorilla/websocket v1.5.3
github.com/josephspurrier/goversioninfo v1.5.0
github.com/ncruces/go-exiftool v0.4.2
github.com/ncruces/go-fetch v0.0.0-20201125022143-c61f8921eb46
github.com/ncruces/go-fs v0.2.4
github.com/ncruces/go-image v0.1.0
github.com/ncruces/jason v0.4.0
github.com/ncruces/zenity v0.10.14
github.com/tetratelabs/wazero v1.11.0
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
golang.org/x/sync v0.20.0
golang.org/x/sys v0.42.0
gonum.org/v1/gonum v0.17.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/jsmin v1.0.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/krolaw/zipstream v0.0.0-20180621105154-0a2661891f94 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/tdewolff/minify/v2 v2.21.3 // indirect
github.com/tdewolff/parse/v2 v2.7.20 // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/net v0.38.0 // indirect
)