forked from richardwilkes/gcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
57 lines (54 loc) · 2.32 KB
/
Copy pathgo.mod
File metadata and controls
57 lines (54 loc) · 2.32 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
module github.com/richardwilkes/gcs/v5
go 1.25.0
require (
github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994
github.com/go-git/go-billy/v6 v6.0.0-20250906064328-0118fd22f1d9
github.com/go-git/go-git/v6 v6.0.0-20250917085037-6e57f9e4da1e
github.com/google/uuid v1.6.0
github.com/richardwilkes/pdf v1.25.4
github.com/richardwilkes/rpgtools v1.11.0
github.com/richardwilkes/toolbox/v2 v2.5.0
github.com/richardwilkes/unison v0.86.1
github.com/rjeczalik/notify v0.9.3
github.com/yookoala/realpath v1.0.0
github.com/zeebo/xxh3 v1.0.2
golang.org/x/image v0.31.0
golang.org/x/sys v0.36.0
golang.org/x/text v0.29.0
)
require (
dario.cat/mergo v1.0.2 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/OpenPrinting/goipp v1.2.0 // indirect
github.com/ProtonMail/go-crypto v1.3.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg/v2 v2.0.2 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/pprof v0.0.0-20250919162441-8b542baf5bcf // indirect
github.com/grandcat/zeroconf v1.0.0 // indirect
github.com/kevinburke/ssh_config v1.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lafriks/go-svg v0.5.1 // indirect
github.com/miekg/dns v1.1.68 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pjbgf/sha1cd v0.5.0 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/tc-hib/winres v0.3.1 // indirect
github.com/yuin/goldmark v1.7.13 // indirect
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/term v0.35.0 // indirect
golang.org/x/tools v0.37.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)