be84616e69
Change-Id: Iae1e6a63c00d07fee9047638ddc9a414780ce0e9
47 lines
1.7 KiB
Modula-2
47 lines
1.7 KiB
Modula-2
module storj.io/storj
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alessio/shellescape v1.2.2
|
|
github.com/alicebob/miniredis/v2 v2.13.3
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/calebcase/tmpfile v1.0.2
|
|
github.com/cheggaaa/pb/v3 v3.0.5
|
|
github.com/fatih/color v1.9.0
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang-migrate/migrate/v4 v4.7.0
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/schema v1.2.0
|
|
github.com/graphql-go/graphql v0.7.9
|
|
github.com/jackc/pgconn v1.7.0
|
|
github.com/jackc/pgtype v1.5.0
|
|
github.com/jackc/pgx/v4 v4.9.0
|
|
github.com/jtolds/monkit-hw/v2 v2.0.0-20191108235325-141a0da276b3
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
|
|
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.7-0.20200515175308-072401d8c752
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/stripe/stripe-go v70.15.0+incompatible
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3
|
|
github.com/zeebo/errs v1.2.2
|
|
go.etcd.io/bbolt v1.3.5
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
golang.org/x/sys v0.0.0-20200929083018-4d22bbb62b3c
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
storj.io/common v0.0.0-20201014090530-c4af8e54d5c4
|
|
storj.io/drpc v0.0.14
|
|
storj.io/monkit-jaeger v0.0.0-20200518165323-80778fc3f91b
|
|
storj.io/private v0.0.0-20200925142346-4c879709882f
|
|
storj.io/uplink v1.3.1
|
|
)
|