2018-05-31 20:42:45 +01:00
|
|
|
module storj.io/storj
|
2018-04-16 14:42:06 +01:00
|
|
|
|
2019-11-02 20:09:07 +00:00
|
|
|
go 1.13
|
2019-07-01 12:57:05 +01:00
|
|
|
|
2018-04-16 14:42:06 +01:00
|
|
|
require (
|
2019-11-11 18:58:08 +00:00
|
|
|
github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053
|
2020-02-06 12:56:23 +00:00
|
|
|
github.com/alicebob/miniredis/v2 v2.11.1
|
2020-08-03 17:36:39 +01:00
|
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
|
|
github.com/calebcase/tmpfile v1.0.2
|
2019-09-10 09:51:49 +01:00
|
|
|
github.com/cheggaaa/pb/v3 v3.0.1
|
2019-01-16 21:09:13 +00:00
|
|
|
github.com/fatih/color v1.7.0
|
2018-09-28 16:44:02 +01:00
|
|
|
github.com/go-redis/redis v6.14.1+incompatible
|
2020-08-03 17:36:39 +01:00
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
2019-11-02 20:09:07 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.7.0
|
2020-05-18 13:21:35 +01:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
2020-02-25 16:46:12 +00:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2019-11-02 20:09:07 +00:00
|
|
|
github.com/gorilla/mux v1.7.1
|
2019-06-28 15:34:10 +01:00
|
|
|
github.com/gorilla/schema v1.1.0
|
2020-02-25 11:17:49 +00:00
|
|
|
github.com/graphql-go/graphql v0.7.9
|
2020-06-28 04:56:29 +01:00
|
|
|
github.com/jackc/pgconn v1.6.1
|
|
|
|
github.com/jackc/pgtype v1.4.0
|
|
|
|
github.com/jackc/pgx/v4 v4.7.1
|
2020-07-09 18:21:25 +01:00
|
|
|
github.com/jtolds/monkit-hw/v2 v2.0.0-20191108235325-141a0da276b3
|
2020-05-04 15:34:27 +01:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2019-01-02 17:39:17 +00:00
|
|
|
github.com/nsf/jsondiff v0.0.0-20160203110537-7de28ed2b6e3
|
2019-02-06 08:04:12 +00:00
|
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
|
2020-06-28 04:56:29 +01:00
|
|
|
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc
|
2020-05-18 13:21:35 +01:00
|
|
|
github.com/sirupsen/logrus v1.5.0 // indirect
|
2020-05-19 16:49:13 +01:00
|
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.7-0.20200515175308-072401d8c752
|
2020-03-23 19:18:20 +00:00
|
|
|
github.com/spf13/cobra v0.0.6
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2019-08-05 18:01:20 +01:00
|
|
|
github.com/spf13/viper v1.4.0
|
2020-03-24 17:49:20 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-06-09 16:18:36 +01:00
|
|
|
github.com/stripe/stripe-go v70.15.0+incompatible
|
2020-06-12 13:11:47 +01:00
|
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3
|
2019-09-05 00:05:51 +01:00
|
|
|
github.com/zeebo/errs v1.2.2
|
2020-03-24 10:33:34 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-05-18 13:21:35 +01:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-08-03 17:36:39 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
2020-05-18 13:21:35 +01:00
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
2020-08-03 17:36:39 +01:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
|
|
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9
|
2020-01-07 16:09:54 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2020-05-18 13:21:35 +01:00
|
|
|
golang.org/x/tools v0.0.0-20200428211428-0c9eba77bc32 // indirect
|
2020-09-22 12:43:40 +01:00
|
|
|
storj.io/common v0.0.0-20200925121432-61f74bdf4b5c
|
2020-07-28 15:47:51 +01:00
|
|
|
storj.io/drpc v0.0.14
|
2020-06-03 21:19:35 +01:00
|
|
|
storj.io/monkit-jaeger v0.0.0-20200518165323-80778fc3f91b
|
2020-09-25 15:47:42 +01:00
|
|
|
storj.io/private v0.0.0-20200925142346-4c879709882f
|
2020-09-03 16:32:25 +01:00
|
|
|
storj.io/uplink v1.3.0
|
2018-09-28 16:44:02 +01:00
|
|
|
)
|