mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 04:46:08 +08:00
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.4.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
)
|