-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
20 lines (18 loc) · 789 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/jackhftang/tusc
go 1.12
require (
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/dustin/go-humanize v1.0.0
github.com/eventials/go-tus v0.0.0-20190617130015-9db47421f6a0
github.com/golang/mock v1.3.1 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tus/tusd v0.0.0-20190712143443-30811b6579c5
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/Acconut/lockfile.v1 v1.1.0 // indirect
)