forked from itchio/wharf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.41 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
module github.com/itchio/wharf
go 1.13
require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/getlantern/mtime v0.0.0-20200417132445-23682092d1f7 // indirect
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/hashicorp/golang-lru v0.5.4
github.com/itchio/arkive v0.0.0-20200618123031-1a30392a8cfe
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/lake v0.0.0-20200305150023-cc4284ec2b2a
github.com/itchio/ox v0.0.0-20200301160301-4e131878ba64 // indirect
github.com/itchio/randsource v0.0.0-20190703104731-3f6d22f91927
github.com/itchio/savior v0.0.0-20200303195615-7cac7998294c
github.com/itchio/screw v0.0.0-20200301160148-75fc2d65fb38
github.com/jgallagher/gosaca v0.0.0-20130226042358-754749770f08
github.com/klauspost/compress v1.10.9 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)