20dfcedd97
We never extended metainfo protocol to return committed object detailed into and this change is doing it now. Main motivation to do this now is need for providing object version after upload. Change-Id: Ib59bdfd9485e4a0091ac02458cc63427cb7159de
146 lines
6.4 KiB
Modula-2
146 lines
6.4 KiB
Modula-2
module storj.io/storj
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.2.0
|
|
github.com/alessio/shellescape v1.2.2
|
|
github.com/alicebob/miniredis/v2 v2.13.3
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/calebcase/tmpfile v1.0.3
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/fatih/color v1.9.0
|
|
github.com/go-oauth2/oauth2/v4 v4.4.2
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/go-cmp v0.5.9
|
|
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/pgerrcode v0.0.0-20201024163028-a0d42d470451
|
|
github.com/jackc/pgtype v1.14.0
|
|
github.com/jackc/pgx/v5 v5.3.1
|
|
github.com/jtolds/monkit-hw/v2 v2.0.0-20191108235325-141a0da276b3
|
|
github.com/jtolio/eventkit v0.0.0-20230607152326-4668f79ff72d
|
|
github.com/jtolio/mito v0.0.0-20230523171229-d78ef06bb77b
|
|
github.com/jtolio/noiseconn v0.0.0-20230301220541-88105e6c8ac6
|
|
github.com/loov/hrtime v1.0.3
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
|
|
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
|
|
github.com/oschwald/maxminddb-golang v1.12.0
|
|
github.com/pquerna/otp v1.3.0
|
|
github.com/redis/go-redis/v9 v9.0.3
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.22
|
|
github.com/spacemonkeygo/tlshowdy v0.0.0-20160207005338-8fa2cec1d7cd
|
|
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.8.4
|
|
github.com/stripe/stripe-go/v75 v75.8.0
|
|
github.com/vbauerster/mpb/v8 v8.4.0
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3
|
|
github.com/zeebo/assert v1.3.1
|
|
github.com/zeebo/blake3 v0.2.3
|
|
github.com/zeebo/clingy v0.0.0-20230602044025-906be850f10d
|
|
github.com/zeebo/errs v1.3.0
|
|
github.com/zeebo/errs/v2 v2.0.3
|
|
github.com/zeebo/ini v0.0.0-20210514163846-cc8fbd8d9599
|
|
github.com/zeebo/structs v1.0.3-0.20230601144555-f2db46069602
|
|
github.com/zyedidia/generic v1.2.1
|
|
go.etcd.io/bbolt v1.3.5
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.12.0
|
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
|
golang.org/x/net v0.10.0
|
|
golang.org/x/oauth2 v0.7.0
|
|
golang.org/x/sync v0.3.0
|
|
golang.org/x/sys v0.11.0
|
|
golang.org/x/term v0.11.0
|
|
golang.org/x/text v0.12.0
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
gopkg.in/segmentio/analytics-go.v3 v3.1.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
storj.io/common v0.0.0-20231025115457-490795610a23
|
|
storj.io/drpc v0.0.33
|
|
storj.io/monkit-jaeger v0.0.0-20230707083646-f15e6e8b7e8c
|
|
storj.io/private v0.0.0-20231012141933-ae62725d6691
|
|
storj.io/uplink v1.12.2-0.20231020093444-f991cbc7f64d
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.110.2 // indirect
|
|
cloud.google.com/go/compute v1.19.0 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
cloud.google.com/go/profiler v0.3.1 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
|
|
github.com/apache/thrift v0.12.0 // indirect
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/bmkessler/fastdiv v0.0.0-20190227075523-41d5178f2044 // indirect
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cloudfoundry/gosigar v1.1.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/pprof v0.0.0-20221103000818-d260c55eee4c // indirect
|
|
github.com/google/s2a-go v0.1.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jtolds/tracetagger/v2 v2.0.0-rc5 // indirect
|
|
github.com/klauspost/compress v1.15.10 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
|
github.com/pelletier/go-toml v1.9.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
|
|
github.com/quic-go/quic-go v0.39.2 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
|
|
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
|
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
|
|
github.com/zeebo/admission/v3 v3.0.3 // indirect
|
|
github.com/zeebo/float16 v0.1.0 // indirect
|
|
github.com/zeebo/incenc v0.0.0-20180505221441-0d92902eec54 // indirect
|
|
github.com/zeebo/mwc v0.0.4 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/mock v0.3.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/mod v0.11.0 // indirect
|
|
golang.org/x/tools v0.9.1 // indirect
|
|
google.golang.org/api v0.118.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
google.golang.org/grpc v1.55.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
storj.io/picobuf v0.0.2-0.20230906122608-c4ba17033c6c // indirect
|
|
)
|