-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
37 lines (34 loc) · 1.7 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
31
32
33
34
35
36
37
module github.com/itchio/itch-setup
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/google/uuid v1.1.1
github.com/gotk3/gotk3 v0.6.1
github.com/itchio/go-itchio v0.0.0-20200402182019-61224e60358e
github.com/itchio/headway v0.0.0-20200301160421-e15721f23905
github.com/itchio/httpkit v0.0.0-20200618110940-5044e418b971
github.com/itchio/husk v1.0.0
github.com/itchio/lake v0.0.0-20200305150023-cc4284ec2b2a
github.com/itchio/ox v0.0.0-20200301160301-4e131878ba64
github.com/itchio/savior v0.0.0-20200303195615-7cac7998294c
github.com/itchio/wharf v0.0.0-20200618125324-225b1d4a2468
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/mitchellh/mapstructure v1.3.2 // indirect
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/pkg/errors v0.9.1
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
replace github.com/itchio/husk => ./node_modules/@itchio/husk/artifacts