-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 2 KB
/
go.mod
File metadata and controls
41 lines (38 loc) · 2 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
module github.com/itchio/savior
go 1.21
require (
github.com/itchio/arkive v0.0.0-20260123020546-e17bae820608
github.com/itchio/dskompress v0.0.0-20190702113811-5e6f499be697
github.com/itchio/go-brotli v0.0.0-20190702114328-3f28d645a45c
github.com/itchio/headway v0.0.0-20200301160421-e15721f23905
github.com/itchio/httpkit v0.0.0-20200618110940-5044e418b971
github.com/itchio/kompress v0.0.0-20200301155538-5c2eecce9e51
github.com/itchio/ox v0.0.0-20200301160301-4e131878ba64
github.com/itchio/randsource v0.0.0-20190703104731-3f6d22f91927
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
)
require (
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e // indirect
github.com/efarrer/iothrottler v0.0.1 // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // 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-20200228204104-10036786eac5 // indirect
github.com/getlantern/mtime v0.0.0-20200417132445-23682092d1f7 // indirect
github.com/getlantern/netx v0.0.0-20190110220209-9912de6f94fd // 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/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
golang.org/x/net v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)