Skip to content

Commit d4cb739

Browse files
committed
update deps
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent aa4a51c commit d4cb739

File tree

2 files changed

+72
-485
lines changed

2 files changed

+72
-485
lines changed

go.mod

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/webdevops/azure-auditor
33
go 1.19
44

55
require (
6+
github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery v0.3.0
67
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization v1.0.0
78
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.0.0
89
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault v1.0.0
@@ -13,69 +14,69 @@ require (
1314
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.0.0
1415
github.com/Azure/go-autorest/autorest v0.11.28
1516
github.com/Azure/go-autorest/autorest/to v0.4.0
16-
github.com/Masterminds/sprig/v3 v3.2.2
17+
github.com/Masterminds/sprig/v3 v3.2.3
1718
github.com/gofrs/uuid v4.3.1+incompatible
1819
github.com/google/uuid v1.3.0
1920
github.com/jeremywohl/flatten/v2 v2.0.0-20211013061545-07e4a09fb8e4
2021
github.com/jessevdk/go-flags v1.5.0
2122
github.com/patrickmn/go-cache v2.1.0+incompatible
2223
github.com/prometheus/client_golang v1.14.0
23-
github.com/robertkrimen/otto v0.0.0-20221025135307-511d75fba9f8
24+
github.com/robertkrimen/otto v0.2.1
2425
github.com/robfig/cron/v3 v3.0.1
2526
github.com/sirupsen/logrus v1.9.0
26-
github.com/webdevops/go-common v0.0.0-20221119151806-463e0576fc25
27+
github.com/webdevops/go-common v0.0.0-20221220200411-41b4bede8950
2728
gopkg.in/yaml.v3 v3.0.1
2829
)
2930

3031
require (
3132
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0 // indirect
3233
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0 // indirect
33-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1 // indirect
34+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect
3435
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
3536
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
3637
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3738
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3839
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3940
github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0 // indirect
4041
github.com/Masterminds/goutils v1.1.1 // indirect
41-
github.com/Masterminds/semver/v3 v3.1.1 // indirect
42+
github.com/Masterminds/semver/v3 v3.2.0 // indirect
4243
github.com/beorn7/perks v1.0.1 // indirect
43-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
44-
github.com/cjlapao/common-go v0.0.35 // indirect
44+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
45+
github.com/cjlapao/common-go v0.0.37 // indirect
4546
github.com/davecgh/go-spew v1.1.1 // indirect
4647
github.com/go-logr/logr v1.2.3 // indirect
4748
github.com/go-logr/stdr v1.2.2 // indirect
48-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
49+
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
4950
github.com/golang/protobuf v1.5.2 // indirect
50-
github.com/huandu/xstrings v1.3.3 // indirect
51+
github.com/huandu/xstrings v1.4.0 // indirect
5152
github.com/imdario/mergo v0.3.13 // indirect
5253
github.com/kylelemons/godebug v1.1.0 // indirect
5354
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
54-
github.com/microsoft/kiota-abstractions-go v0.14.0 // indirect
55+
github.com/microsoft/kiota-abstractions-go v0.15.1 // indirect
5556
github.com/microsoft/kiota-authentication-azure-go v0.5.0 // indirect
56-
github.com/microsoft/kiota-http-go v0.9.0 // indirect
57+
github.com/microsoft/kiota-http-go v0.11.0 // indirect
5758
github.com/microsoft/kiota-serialization-json-go v0.7.2 // indirect
5859
github.com/microsoft/kiota-serialization-text-go v0.6.0 // indirect
59-
github.com/microsoftgraph/msgraph-sdk-go v0.46.0 // indirect
60-
github.com/microsoftgraph/msgraph-sdk-go-core v0.30.1 // indirect
60+
github.com/microsoftgraph/msgraph-sdk-go v0.49.0 // indirect
61+
github.com/microsoftgraph/msgraph-sdk-go-core v0.31.1 // indirect
6162
github.com/mitchellh/copystructure v1.2.0 // indirect
6263
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6364
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
6465
github.com/pmezard/go-difflib v1.0.0 // indirect
6566
github.com/prometheus/client_model v0.3.0 // indirect
66-
github.com/prometheus/common v0.37.0 // indirect
67+
github.com/prometheus/common v0.39.0 // indirect
6768
github.com/prometheus/procfs v0.8.0 // indirect
6869
github.com/remeh/sizedwaitgroup v1.0.0 // indirect
6970
github.com/shopspring/decimal v1.3.1 // indirect
7071
github.com/spf13/cast v1.5.0 // indirect
7172
github.com/stretchr/testify v1.8.1 // indirect
7273
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
73-
go.opentelemetry.io/otel v1.11.1 // indirect
74-
go.opentelemetry.io/otel/trace v1.11.1 // indirect
75-
golang.org/x/crypto v0.3.0 // indirect
76-
golang.org/x/net v0.2.0 // indirect
77-
golang.org/x/sys v0.2.0 // indirect
78-
golang.org/x/text v0.4.0 // indirect
74+
go.opentelemetry.io/otel v1.11.2 // indirect
75+
go.opentelemetry.io/otel/trace v1.11.2 // indirect
76+
golang.org/x/crypto v0.4.0 // indirect
77+
golang.org/x/net v0.4.0 // indirect
78+
golang.org/x/sys v0.3.0 // indirect
79+
golang.org/x/text v0.5.0 // indirect
7980
google.golang.org/protobuf v1.28.1 // indirect
8081
gopkg.in/sourcemap.v1 v1.0.5 // indirect
8182
)

0 commit comments

Comments
 (0)