a2e20c93ae
Initially we duplicated the code to avoid large scale changes to the packages. Now we are past metainfo refactor we can remove the duplication. Change-Id: I9d0b2756cc6e2a2f4d576afa408a15273a7e1cef
57 lines
2.2 KiB
Modula-2
57 lines
2.2 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.3-0.20201208143702-a53e38424cce
|
|
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/v8 v8.7.1
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang-migrate/migrate/v4 v4.7.0
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3 // indirect
|
|
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.8.0
|
|
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
|
|
github.com/jackc/pgtype v1.6.2
|
|
github.com/jackc/pgx/v4 v4.10.1
|
|
github.com/jtolds/monkit-hw/v2 v2.0.0-20191108235325-141a0da276b3
|
|
github.com/loov/hrtime v1.0.3
|
|
github.com/lucas-clemente/quic-go v0.20.1
|
|
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/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.10
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/stripe/stripe-go v70.15.0+incompatible
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
|
github.com/zeebo/assert v1.3.0
|
|
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-20201221181555-eec23a3978ad
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c
|
|
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
google.golang.org/api v0.20.0 // indirect
|
|
gopkg.in/segmentio/analytics-go.v3 v3.1.0
|
|
storj.io/common v0.0.0-20210419115916-eabb53ea1332
|
|
storj.io/drpc v0.0.20
|
|
storj.io/monkit-jaeger v0.0.0-20210225162224-66fb37637bf6
|
|
storj.io/private v0.0.0-20210423085237-5af81f2a2b21
|
|
storj.io/uplink v1.4.7-0.20210421171443-53fab7d9387c
|
|
)
|