-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
go.mod
41 lines (38 loc) · 1.44 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
36
37
38
39
40
41
module github.com/richardwilkes/gcs/v5
go 1.23.3
require (
github.com/google/uuid v1.6.0
github.com/richardwilkes/json v0.3.0
github.com/richardwilkes/pdf v1.24.10
github.com/richardwilkes/rpgtools v1.10.1
github.com/richardwilkes/toolbox v1.121.1
github.com/richardwilkes/unison v0.75.1
github.com/rjeczalik/notify v0.9.3
github.com/tc-hib/winres v0.3.1
github.com/vearutop/statigz v1.4.3
github.com/yookoala/realpath v1.0.0
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/image v0.22.0
golang.org/x/sys v0.27.0
golang.org/x/text v0.20.0
)
require (
github.com/OpenPrinting/goipp v1.1.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
github.com/grandcat/zeroconf v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lafriks/go-svg v0.5.1-0.20240818203135-3a6c390fc116 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/tools v0.27.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)