Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #639

Merged
merged 16 commits into from
Sep 23, 2020
66 changes: 30 additions & 36 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,59 +4,53 @@ go 1.15

require (
bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc
cloud.google.com/go/storage v1.8.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/Azure/azure-storage-blob-go v0.8.0
cloud.google.com/go/storage v1.12.0
contrib.go.opencensus.io/exporter/prometheus v0.2.0
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/azure-storage-blob-go v0.10.0
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/alexhunt7/ssher v0.0.0-20190216204854-d36569cf7047
github.com/aws/aws-sdk-go v1.31.3
github.com/aws/aws-sdk-go v1.34.29
github.com/bgentry/speakeasy v0.1.0
github.com/chmduquesne/rollinghash v4.0.0+incompatible
github.com/efarrer/iothrottler v0.0.1
github.com/fatih/color v1.9.0
github.com/foomo/htpasswd v0.0.0-20200116085101-e3a90e78da9c
github.com/gofrs/flock v0.7.1
github.com/gofrs/flock v0.8.0
github.com/golang/protobuf v1.4.2
github.com/google/fswalker v0.2.1-0.20200214223026-f0e929ba4126
github.com/google/go-cmp v0.4.0
github.com/google/go-cmp v0.5.2
github.com/google/readahead v0.0.0-20161222183148-eaceba169032 // indirect
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/klauspost/compress v1.10.10
github.com/klauspost/pgzip v1.2.4
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/klauspost/compress v1.11.0
github.com/klauspost/pgzip v1.2.5
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-ieproxy v0.0.1 // indirect
github.com/minio/minio v0.0.0-20200521180750-fade0562443f
github.com/minio/minio-go/v6 v6.0.55
github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/minio/minio v0.0.0-20200922223427-0537a21b7948
github.com/minio/minio-go/v6 v6.0.58-0.20200612001654-a57fec8037ec
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we upgrade to v7?

also, can we get rid of minio/minio which is only used in tests.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go mod will include dependencies even if they are only used in test or in a different platform.
I can push a separate patch to upgrade to v7, in case there are any issues with it to at least upgrade the rest.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test depends on this "github.com/minio/minio/pkg/madmin" - I was wondering whether there's equivalent in v7 package.

github.com/natefinch/atomic v0.0.0-20200526193002-18c0533a5b09
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.5.0
github.com/pkg/sftp v1.11.0
github.com/pkg/sftp v1.12.0
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_golang v1.7.1
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
github.com/studio-b12/gowebdav v0.0.0-20200303150724-9380631c29a1
github.com/tg123/go-htpasswd v1.0.0
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
go.opencensus.io v0.22.3
gocloud.dev v0.19.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/exp v0.0.0-20200513190911-00229845015e
golang.org/x/mod v0.3.0
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25
golang.org/x/tools v0.0.0-20200521155704-91d71f6c2f04 // indirect
google.golang.org/api v0.25.0
google.golang.org/protobuf v1.23.0
github.com/zalando/go-keyring v0.1.0
go.opencensus.io v0.22.4
gocloud.dev v0.20.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/exp v0.0.0-20200917184745-18d7dbdd5567
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200922070232-aee5d888a860
google.golang.org/api v0.32.0
google.golang.org/protobuf v1.25.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/kothar/go-backblaze.v0 v0.0.0-20191215213626-7594ed38700f
)