-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (39 loc) · 1.92 KB
/
go.mod
File metadata and controls
42 lines (39 loc) · 1.92 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
module github.com/itchio/lake
go 1.24.0
require (
github.com/itchio/arkive v0.0.0-20260129195250-d003d2dc1a31
github.com/itchio/headway v0.0.0-20251229214354-da882c8b5dd4
github.com/itchio/httpkit v0.0.0-20260213231528-25109ada88c9
github.com/itchio/screw v0.0.0-20260221011136-e674b460b040
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
google.golang.org/protobuf v1.36.11
)
require (
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/efarrer/iothrottler v0.0.1 // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v1.0.1 // indirect
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 // indirect
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/idletiming v0.0.0-20231030193830-6767b09f86db // indirect
github.com/getlantern/iptool v0.0.0-20210721034953-519bf8ce0147 // indirect
github.com/getlantern/mtime v0.0.0-20200417132445-23682092d1f7 // indirect
github.com/getlantern/netx v0.0.0-20211206143627-7ccfeb739cbd // indirect
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/itchio/kompress v0.0.0-20200301155538-5c2eecce9e51 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)