-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathgo.mod
More file actions
111 lines (108 loc) · 5.57 KB
/
go.mod
File metadata and controls
111 lines (108 loc) · 5.57 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
module github.com/itchio/butler
go 1.24.0
require (
crawshaw.io/sqlite v0.3.2
github.com/BurntSushi/toml v1.6.0
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/efarrer/iothrottler v0.0.3
github.com/fatih/color v1.18.0
github.com/fatih/structtag v1.2.0
github.com/go-ole/go-ole v1.3.0
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/google/gops v0.3.29
github.com/google/uuid v1.6.0
github.com/helloeave/json v1.13.0
github.com/itchio/arkive v0.0.0-20260129195250-d003d2dc1a31
github.com/itchio/boar v0.0.0-20260130230637-862e70c1e0d7
github.com/itchio/dash v0.0.0-20260128225838-1643ccf89aea
github.com/itchio/elefant v0.0.0-20200305193251-d52333c6ec90
github.com/itchio/go-itchio v0.0.0-20260219215812-1c5026457495
github.com/itchio/hades v0.0.0-20260219080741-55750b20dd32
github.com/itchio/headway v0.0.0-20251229214354-da882c8b5dd4
github.com/itchio/httpkit v0.0.0-20260213231528-25109ada88c9
github.com/itchio/hush v0.0.0-20260123230201-fb8be8976347
github.com/itchio/intact v0.0.0-20200301161822-f8c4a3336c2a
github.com/itchio/lake v0.0.0-20260214042742-d93a9d33bb65
github.com/itchio/mitch v0.0.0-20200305160145-f3a01c4897c9
github.com/itchio/ox v0.0.0-20260212201121-1e6be0bfd382
github.com/itchio/pelican v0.0.0-20200626221820-739b3d7708d2
github.com/itchio/savior v0.0.0-20260128212141-556ab9757054
github.com/itchio/screw v0.0.0-20260217205324-77dbfa8b7bd3
github.com/itchio/smaug v0.0.0-20260221030659-51a9124f1310
github.com/itchio/spellbook v0.0.0-20200301161431-a4bdbea6b725
github.com/itchio/wharf v0.0.0-20260121214545-5e5efc838cdb
github.com/itchio/wizardry v0.0.0-20200301161332-e8c8c4a5a488
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mitchellh/mapstructure v1.5.0
github.com/natefinch/npipe v0.0.0-20160621034901-c1b8fa8bdcce
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday v2.0.0+incompatible
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.47.0
golang.org/x/sync v0.19.0
golang.org/x/sys v0.41.0
golang.org/x/text v0.33.0
golang.org/x/time v0.14.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
xorm.io/builder v0.3.7
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/basgys/goxml2json v1.1.0 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e // 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-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/gorilla/handlers v1.4.2 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/itchio/dmcunrar-go v0.0.0-20260128194444-1ffa7219a4a2 // indirect
github.com/itchio/dskompress v0.0.0-20190702113811-5e6f499be697 // indirect
github.com/itchio/go-brotli v0.0.0-20190702114328-3f28d645a45c // indirect
github.com/itchio/kompress v0.0.0-20200301155538-5c2eecce9e51 // indirect
github.com/itchio/lzma v0.0.0-20190703113020-d3e24e3e3d49 // indirect
github.com/itchio/randsource v0.0.0-20260216215536-1b48147d46e5 // indirect
github.com/itchio/sevenzip-go v0.0.0-20260201233743-2dbe441fd43c // indirect
github.com/jgallagher/gosaca v0.0.0-20130226042358-754749770f08 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/klauspost/compress v1.18.3 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/nightlyone/lockfile v1.0.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // 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/term v0.39.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)