-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
35 lines (31 loc) · 1.12 KB
/
go.mod
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
module github.com/ncruces/rethinkraw
go 1.23.1
toolchain go1.23.4
require (
github.com/gorilla/schema v1.4.1
github.com/gorilla/websocket v1.5.3
github.com/josephspurrier/goversioninfo v1.4.1
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.3
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.8.2
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/sync v0.10.0
golang.org/x/sys v0.29.0
gonum.org/v1/gonum v0.15.1
)
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.7 // 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.2 // indirect
github.com/tdewolff/parse/v2 v2.7.19 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.33.0 // indirect
)