Skip to content

Commit

Permalink
fix: downupgrade Azure packages
Browse files Browse the repository at this point in the history
Signed-off-by: James Lu <[email protected]>
  • Loading branch information
mantissahz committed Apr 3, 2024
1 parent 89c16f5 commit 4ca0730
Show file tree
Hide file tree
Showing 166 changed files with 17,261 additions and 21,897 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/longhorn/backupstore
go 1.21

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.4
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
github.com/aws/aws-sdk-go v1.51.13
github.com/gammazero/workerpool v1.1.2
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -33,7 +33,6 @@ require (
github.com/go-logr/logr v1.3.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
Expand All @@ -45,7 +44,6 @@ require (
github.com/prometheus/procfs v0.6.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
57 changes: 3 additions & 54 deletions go.sum

Large diffs are not rendered by default.

105 changes: 0 additions & 105 deletions vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 0 additions & 44 deletions vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud/cloud.go

This file was deleted.

53 changes: 0 additions & 53 deletions vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud/doc.go

This file was deleted.

36 changes: 20 additions & 16 deletions vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ca0730

Please sign in to comment.