go-pttai icon indicating copy to clipboard operation
go-pttai copied to clipboard

remove or update dependency `github.com/Azure/azure-storage-go`

Open poga opened this issue 5 years ago • 1 comments

Version information:

InitApp: start theVersion 0.2.0 gitCommit e04f1cae871b06fd7a661cb0a5ee539b646f8a56 Gptt Version: 0.2.0 Git Commit: e04f1cae871b06fd7a661cb0a5ee539b646f8a56 Architecture: amd64 Go Version: go1.12.2 Operating System: darwin GOPATH= GOROOT=/usr/local/Cellar/go/1.12.2/libexec

Type:

Bug

Description:

internal/build/azure.go depends on github.com/Azure/azure-storage-go. But the upstream module is split to separated packages (see https://github.com/Azure/azure-storage-blob-go/issues/35). To migrate to go mod, we need to fix this dependency or we're locked to the vendored version.

Questions:

  • Do we really need Azure?
  • If not, can we just remove internal/build/azure.go?

poga avatar Apr 08 '19 01:04 poga