@@ -3,16 +3,16 @@ module github.com/redhat-cop/group-sync-operator
33go 1.21.13
44
55require (
6- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4 .0
6+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.5 .0
77 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
88 github.com/go-logr/logr v1.4.1
99 github.com/google/go-github/v45 v45.2.0
1010 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1111 github.com/hashicorp/go-cleanhttp v0.5.2
1212 github.com/microsoft/kiota-authentication-azure-go v0.6.0
13- github.com/microsoft/kiota-http-go v0.16.1
13+ github.com/microsoft/kiota-http-go v0.17.0
1414 github.com/microsoftgraph/msgraph-sdk-go v0.61.0
15- github.com/microsoftgraph/msgraph-sdk-go-core v0.36.0
15+ github.com/microsoftgraph/msgraph-sdk-go-core v0.36.2
1616 github.com/okta/okta-sdk-golang/v2 v2.14.0
1717 github.com/onsi/ginkgo v1.16.5
1818 github.com/onsi/gomega v1.20.1
@@ -37,7 +37,7 @@ require github.com/stretchr/objx v0.5.2 // indirect
3737
3838require (
3939 cloud.google.com/go v0.97.0 // indirect
40- github.com/Azure/azure-sdk-for-go/sdk/internal v1.2 .0 // indirect
40+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.3 .0 // indirect
4141 github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
4242 github.com/BurntSushi/toml v1.2.1 // indirect
4343 github.com/Masterminds/goutils v1.1.1 // indirect
@@ -72,7 +72,7 @@ require (
7272 github.com/google/go-querystring v1.1.0 // indirect
7373 github.com/google/gofuzz v1.1.0 // indirect
7474 github.com/google/uuid v1.3.0 // indirect
75- github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
75+ github.com/hashicorp/go-retryablehttp v0.7.7
7676 github.com/hashicorp/golang-lru v0.5.4 // indirect
7777 github.com/huandu/xstrings v1.3.3 // indirect
7878 github.com/imdario/mergo v0.3.12 // indirect
@@ -84,9 +84,9 @@ require (
8484 github.com/mattn/go-colorable v0.1.13 // indirect
8585 github.com/mattn/go-isatty v0.0.20 // indirect
8686 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
87- github.com/microsoft/kiota-abstractions-go v0.19.0 // indirect
87+ github.com/microsoft/kiota-abstractions-go v0.20.0
8888 github.com/microsoft/kiota-serialization-form-go v0.9.1 // indirect
89- github.com/microsoft/kiota-serialization-json-go v0.9.1 // indirect
89+ github.com/microsoft/kiota-serialization-json-go v0.9.3 // indirect
9090 github.com/microsoft/kiota-serialization-text-go v0.7.0 // indirect
9191 github.com/mitchellh/copystructure v1.0.0 // indirect
9292 github.com/mitchellh/reflectwalk v1.0.0 // indirect
@@ -109,7 +109,7 @@ require (
109109 github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
110110 github.com/spf13/cast v1.3.1 // indirect
111111 github.com/spf13/pflag v1.0.5 // indirect
112- github.com/stretchr/testify v1.9.0 // indirect
112+ github.com/stretchr/testify v1.9.0
113113 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
114114 go.opentelemetry.io/otel v1.14.0 // indirect
115115 go.opentelemetry.io/otel/trace v1.14.0 // indirect
0 commit comments