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 (
|
2020-02-25 16:46:12 +00:00
|
|
|
cloud.google.com/go v0.52.0
|
2020-02-18 23:31:25 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2018-12-11 18:24:31 +00:00
|
|
|
github.com/Shopify/go-lua v0.0.0-20181106184032-48449c60c0a9
|
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
|
2019-09-20 15:22:40 +01:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2018-06-05 12:48:19 +01:00
|
|
|
github.com/boltdb/bolt v1.3.1
|
2020-03-03 09:31:51 +00:00
|
|
|
github.com/btcsuite/btcutil v1.0.1
|
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
|
2019-02-26 15:49:56 +00:00
|
|
|
github.com/gogo/protobuf v1.2.1
|
2019-11-02 20:09:07 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.7.0
|
2019-07-31 12:57:13 +01:00
|
|
|
github.com/golang/protobuf v1.3.2
|
2018-08-23 08:05:56 +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-01-10 21:34:54 +00:00
|
|
|
github.com/jackc/pgx v3.2.0+incompatible
|
2018-12-11 18:24:31 +00:00
|
|
|
github.com/jtolds/go-luar v0.0.0-20170419063437-0786921db8c0
|
2019-11-08 20:40:39 +00:00
|
|
|
github.com/jtolds/monkit-hw/v2 v2.0.0-20191108235325-141a0da276b3
|
2020-02-13 10:16:31 +00:00
|
|
|
github.com/jtolds/tracetagger/v2 v2.0.0-rc3
|
2020-01-07 16:09:54 +00:00
|
|
|
github.com/lib/pq v1.3.0
|
2018-12-17 11:41:40 +00:00
|
|
|
github.com/loov/hrtime v0.0.0-20181214195526-37a208e8344e
|
2018-09-11 16:35:46 +01:00
|
|
|
github.com/loov/plot v0.0.0-20180510142208-e59891ae1271
|
2019-09-10 09:51:49 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
2020-01-08 15:23:04 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.2+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-01-28 23:36:54 +00:00
|
|
|
github.com/shopspring/decimal v0.0.0-20200105231215-408a2507e114
|
2018-11-08 14:19:42 +00:00
|
|
|
github.com/skyrings/skyring-common v0.0.0-20160929130248-d1c0bb1cbd5e
|
2020-03-03 09:31:51 +00:00
|
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.2
|
2019-08-05 18:01:20 +01:00
|
|
|
github.com/spf13/cast v1.3.0
|
2019-10-11 14:58:12 +01:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2018-10-04 22:00:19 +01:00
|
|
|
github.com/spf13/pflag v1.0.3
|
2019-08-05 18:01:20 +01:00
|
|
|
github.com/spf13/viper v1.4.0
|
2019-11-08 20:40:39 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-10-10 18:12:23 +01:00
|
|
|
github.com/stripe/stripe-go v63.1.1+incompatible
|
2019-02-05 10:54:25 +00:00
|
|
|
github.com/vivint/infectious v0.0.0-20190108171102-2455b059135b
|
2020-02-09 00:04:23 +00:00
|
|
|
github.com/zeebo/admission/v2 v2.0.0
|
2019-09-05 00:05:51 +01:00
|
|
|
github.com/zeebo/errs v1.2.2
|
2019-06-27 18:36:51 +01:00
|
|
|
github.com/zeebo/structs v1.0.2
|
2019-05-19 15:58:30 +01:00
|
|
|
go.uber.org/zap v1.10.0
|
2020-02-21 10:30:05 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
2019-09-19 13:41:19 +01:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-02-25 16:46:12 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
|
2020-01-07 16:09:54 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2020-03-03 09:31:51 +00:00
|
|
|
google.golang.org/grpc v1.27.1
|
2019-11-08 20:40:39 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
2020-03-03 09:31:51 +00:00
|
|
|
storj.io/common v0.0.0-20200303092706-429875361e5d
|
2019-11-08 20:40:39 +00:00
|
|
|
storj.io/drpc v0.0.8
|
2020-02-26 10:45:12 +00:00
|
|
|
storj.io/uplink v1.0.0-rc.2
|
2018-09-28 16:44:02 +01:00
|
|
|
)
|