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-09-29 11:00:20 +01:00
|
|
|
github.com/alessio/shellescape v1.2.2
|
|
|
|
github.com/alicebob/miniredis/v2 v2.13.3
|
2021-04-23 13:55:08 +01:00
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2021-01-13 14:08:38 +00:00
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
2020-08-03 17:36:39 +01:00
|
|
|
github.com/calebcase/tmpfile v1.0.2
|
2020-09-29 11:00:20 +01:00
|
|
|
github.com/cheggaaa/pb/v3 v3.0.5
|
|
|
|
github.com/fatih/color v1.9.0
|
2021-03-11 11:21:13 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.7.1
|
2021-06-09 12:39:38 +01:00
|
|
|
github.com/go-rod/rod v0.100.0
|
2021-02-04 09:01:15 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-03-11 11:21:13 +00:00
|
|
|
github.com/google/go-cmp v0.5.4
|
2020-10-30 14:17:55 +00:00
|
|
|
github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3 // indirect
|
2020-09-29 11:00:20 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/schema v1.2.0
|
2020-02-25 11:17:49 +00:00
|
|
|
github.com/graphql-go/graphql v0.7.9
|
2021-02-02 14:51:36 +00:00
|
|
|
github.com/jackc/pgconn v1.8.0
|
2020-10-28 15:28:06 +00:00
|
|
|
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
|
2021-02-02 14:51:36 +00:00
|
|
|
github.com/jackc/pgtype v1.6.2
|
|
|
|
github.com/jackc/pgx/v4 v4.10.1
|
2020-07-09 18:21:25 +01:00
|
|
|
github.com/jtolds/monkit-hw/v2 v2.0.0-20191108235325-141a0da276b3
|
2021-01-22 17:34:08 +00:00
|
|
|
github.com/loov/hrtime v1.0.3
|
2021-04-05 14:28:17 +01:00
|
|
|
github.com/lucas-clemente/quic-go v0.20.1
|
2020-05-04 15:34:27 +01:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-09-29 11:00:20 +01:00
|
|
|
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
|
|
|
|
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
|
2021-03-31 16:56:34 +01:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-03-23 15:52:34 +00:00
|
|
|
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
|
2020-09-29 11:00:20 +01:00
|
|
|
github.com/shopspring/decimal v1.2.0
|
2021-05-24 17:14:11 +01:00
|
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.12
|
2021-04-23 10:52:40 +01:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2020-03-23 19:18:20 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-09-29 11:00:20 +01:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-03-11 11:21:13 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
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
|
2021-03-23 15:52:34 +00:00
|
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
2021-03-23 10:41:41 +00:00
|
|
|
github.com/zeebo/assert v1.3.0
|
2021-03-31 16:56:34 +01:00
|
|
|
github.com/zeebo/clingy v0.0.0-20210406153335-0504f579bda1
|
2019-09-05 00:05:51 +01:00
|
|
|
github.com/zeebo/errs v1.2.2
|
2021-03-31 16:56:34 +01:00
|
|
|
github.com/zeebo/ini v0.0.0-20210331155437-86af75b4f524
|
2020-09-29 11:00:20 +01:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-03-31 16:56:34 +01:00
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2020-09-29 11:00:20 +01:00
|
|
|
go.uber.org/zap v1.16.0
|
2021-04-30 14:41:20 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
|
2021-03-23 10:41:41 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-04-30 14:41:20 +01:00
|
|
|
golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe
|
|
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
2020-09-29 11:00:20 +01:00
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
2020-10-30 14:17:55 +00:00
|
|
|
google.golang.org/api v0.20.0 // indirect
|
2021-03-23 15:52:34 +00:00
|
|
|
gopkg.in/segmentio/analytics-go.v3 v3.1.0
|
2021-03-31 16:56:34 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
2021-05-05 18:10:58 +01:00
|
|
|
storj.io/common v0.0.0-20210504141454-bcb03a80052f
|
2021-03-24 16:41:06 +00:00
|
|
|
storj.io/drpc v0.0.20
|
2021-04-26 17:56:28 +01:00
|
|
|
storj.io/monkit-jaeger v0.0.0-20210426161729-debb1cbcbbd7
|
testplanet/satellite: reduce the number of places default values need to be configured
Satellites set their configuration values to default values using
cfgstruct, however, it turns out our tests don't test these values
at all! Instead, they have a completely separate definition system
that is easy to forget about.
As is to be expected, these values have drifted, and it appears
in a few cases test planet is testing unreasonable values that we
won't see in production, or perhaps worse, features enabled in
production were missed and weren't enabled in testplanet.
This change makes it so all values are configured the same,
systematic way, so it's easy to see when test values are different
than dev values or release values, and it's less hard to forget
to enable features in testplanet.
In terms of reviewing, this change should be actually fairly
easy to review, considering private/testplanet/satellite.go keeps
the current config system and the new one and confirms that they
result in identical configurations, so you can be certain that
nothing was missed and the config is all correct.
You can also check the config lock to see what actual config
values changed.
Change-Id: I6715d0794887f577e21742afcf56fd2b9d12170e
2021-05-31 22:15:00 +01:00
|
|
|
storj.io/private v0.0.0-20210531210843-5b0f672699d1
|
2021-03-31 16:56:34 +01:00
|
|
|
storj.io/uplink v1.5.0-rc.1.0.20210512164354-e2e5889614a9
|
2018-09-28 16:44:02 +01:00
|
|
|
)
|