mirror of
https://github.com/kopia/kopia.git
synced 2026-01-31 01:33:12 -05:00
Upgrade cloud.google.com/go/storage to v1.8.0 from version 1.6.0 Change logs: - https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.8.0 - https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.7.0 Protobuf from 1.3.5 to 1.4.2 - https://github.com/golang/protobuf/releases - https://github.com/golang/protobuf/releases/tag/v1.4.2 Use google.golang.org/protobuf version 1.23.0 Instead of github.com/golang/protobuf/proto which has been superseded - https://github.com/protocolbuffers/protobuf-go/releases cloud.google.com/go from 0.54.0 to 0.57.0 - https://github.com/googleapis/google-cloud-go/releases/tag/v0.57.0 - https://github.com/googleapis/google-cloud-go/releases/tag/v0.56.0 - https://github.com/googleapis/google-cloud-go/releases/tag/v0.55.0 google.golang.org/api from 0.20 to 0.25.0 - https://github.com/googleapis/google-api-go-client/releases github.com/prometheus/client_golang to 1.6.0 - https://github.com/prometheus/client_golang/releases Required changes: - Fix import paths for protobuf imports - Add linter exception - Use prototext package to marshal to text
57 lines
2.3 KiB
Modula-2
57 lines
2.3 KiB
Modula-2
module github.com/kopia/kopia
|
|
|
|
go 1.14
|
|
|
|
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
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/aws/aws-sdk-go v1.31.1
|
|
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/gofrs/flock v0.7.1
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/fswalker v0.2.1-0.20200214223026-f0e929ba4126
|
|
github.com/google/readahead v0.0.0-20161222183148-eaceba169032 // indirect
|
|
github.com/google/wire v0.4.0 // indirect
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/klauspost/compress v1.10.5
|
|
github.com/klauspost/pgzip v1.2.4
|
|
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-20200520013402-0cc2ed04f59c
|
|
github.com/minio/minio-go/v6 v6.0.55
|
|
github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc
|
|
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/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
|
|
github.com/prometheus/client_golang v1.6.0
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/stretchr/testify v1.5.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-20200520004742-59133d7f0dd7
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/tools v0.0.0-20200519205726-57a9e4404bf7 // indirect
|
|
google.golang.org/api v0.25.0
|
|
google.golang.org/protobuf v1.23.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
|
|
)
|