forked from richardwilkes/gcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
43 lines (40 loc) · 1.59 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
42
43
module github.com/richardwilkes/gcs/v5
go 1.20
require (
github.com/google/uuid v1.3.0
github.com/richardwilkes/json v0.1.0
github.com/richardwilkes/pdf v1.20.5
github.com/richardwilkes/rpgtools v1.5.0
github.com/richardwilkes/toolbox v1.84.0
github.com/richardwilkes/unison v0.53.4-0.20230414012404-e97265d7ba60
github.com/rjeczalik/notify v0.9.3
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/stretchr/testify v1.8.2
github.com/tc-hib/winres v0.2.0
github.com/yookoala/realpath v1.0.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/image v0.7.0
golang.org/x/sys v0.7.0
golang.org/x/text v0.9.0
)
require (
github.com/OpenPrinting/goipp v1.0.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/grandcat/zeroconf v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/miekg/dns v1.1.53 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/yuin/goldmark v1.5.4 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/tools v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)