-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgo.mod
More file actions
72 lines (69 loc) 路 3.6 KB
/
Copy pathgo.mod
File metadata and controls
72 lines (69 loc) 路 3.6 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
module github.com/itchio/itch-setup
go 1.25.0
require (
github.com/Xuanwo/go-locale v1.1.3
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
github.com/google/uuid v1.6.0
github.com/gotk3/gotk3 v0.6.1
github.com/itchio/go-itchio v0.0.0-20260722142243-6e0c1ede75c4
github.com/itchio/headway v0.0.0-20251229214354-da882c8b5dd4
github.com/itchio/httpkit v0.0.0-20260213231528-25109ada88c9
github.com/itchio/lake v0.0.0-20260609175358-7830e8bc546a
github.com/itchio/ox v0.0.0-20260212201121-1e6be0bfd382
github.com/itchio/savior v0.0.0-20260128212141-556ab9757054
github.com/itchio/wharf v0.0.0-20260509025649-e95738701284
github.com/lxn/walk v0.0.0-20191128110447-55ccb3a9f5c1
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
github.com/mitchellh/go-ps v1.0.0
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
golang.org/x/sys v0.41.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e // indirect
github.com/efarrer/iothrottler v0.0.3 // indirect
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect
github.com/getlantern/errors v1.0.4 // indirect
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 // indirect
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
github.com/getlantern/idletiming v0.0.0-20231030193830-6767b09f86db // indirect
github.com/getlantern/mtime v0.0.0-20200417132445-23682092d1f7 // indirect
github.com/getlantern/netx v0.0.0-20251021221514-279deb2cfd40 // indirect
github.com/getlantern/ops v0.0.0-20231025133620-f368ab734534 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/itchio/arkive v0.0.0-20260428180635-32e8e9c72151 // indirect
github.com/itchio/dskompress v0.0.0-20190702113811-5e6f499be697 // indirect
github.com/itchio/kompress v0.0.0-20200301155538-5c2eecce9e51 // indirect
github.com/itchio/randsource v0.0.0-20260216215536-1b48147d46e5 // indirect
github.com/itchio/screw v0.0.0-20260221011136-e674b460b040 // indirect
github.com/jgallagher/gosaca v0.0.0-20130226042358-754749770f08 // indirect
github.com/klauspost/compress v1.18.3 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pkg/errors v0.9.1 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.39.0 // indirect
go.opentelemetry.io/otel/trace v1.39.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/time v0.14.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
)