Skip to content

Commit

Permalink
ckpt
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Aug 6, 2022
1 parent 8cd5286 commit 13fe5f5
Show file tree
Hide file tree
Showing 94 changed files with 4,657 additions and 3,974 deletions.
2 changes: 0 additions & 2 deletions azure/azurecloud/azurecloud.go
Expand Up @@ -17,7 +17,6 @@ package azurecloud // import "gocloud.dev/azure/azurecloud"

import (
"github.com/google/wire"
"gocloud.dev/blob/azureblob"
"gocloud.dev/secrets/azurekeyvault"
)

Expand All @@ -26,5 +25,4 @@ import (
// credentials. Individual services may require additional configuration.
var Azure = wire.NewSet(
azurekeyvault.Set,
azureblob.Set,
)
934 changes: 394 additions & 540 deletions blob/azureblob/azureblob.go

Large diffs are not rendered by default.

0 comments on commit 13fe5f5

Please sign in to comment.