go.mod: go mod tidy

This commit is contained in:
Aliaksandr Valialkin 2022-10-07 01:21:34 +03:00
parent d39ba2536e
commit fd1b8be2e5
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

3
go.mod
View file

@ -43,11 +43,12 @@ require (
gopkg.in/yaml.v2 v2.4.0
)
require github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.4
require (
cloud.google.com/go v0.104.0 // indirect
cloud.google.com/go/compute v1.10.0 // indirect
cloud.google.com/go/iam v0.5.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.4 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.1 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 // indirect