mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 04:46:08 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
427 B
Modula-2
17 lines
427 B
Modula-2
module github.com/gofiber/storage/azureblob
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1
|
|
github.com/gofiber/fiber/v2 v2.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
)
|