forked from storj-archived/linksharing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 953 Bytes
/
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
module storj.io/linksharing
go 1.13
require (
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/calebcase/tmpfile v1.0.2 // indirect
github.com/miekg/dns v1.0.14
github.com/oschwald/maxminddb-golang v1.7.0
github.com/pkg/errors v0.9.1 // indirect
github.com/spacemonkeygo/errors v0.0.0-20201030155909-2f5f890dbc62 // indirect
github.com/spacemonkeygo/monkit/v3 v3.0.13
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.6.1
github.com/zeebo/errs v1.2.2
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/webhelp.v1 v1.0.0-20170530084242-3f30213e4c49
storj.io/common v0.0.0-20210601214904-24681cb3da97
storj.io/dotworld v0.0.0-20210324183515-0d11aeccd840
storj.io/private v0.0.0-20210615185437-f53a5fcf98e0
storj.io/uplink v1.5.0-rc.1.0.20210603135837-2711b4e68738
)