1
1
module github.com/webdevops/go-common
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
- toolchain go1.23.1
5
+ toolchain go1.23.5
6
6
7
7
require (
8
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16 .0
9
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
8
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17 .0
9
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
10
10
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0
11
11
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
12
12
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
13
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1
13
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0
14
14
github.com/microsoft/kiota-authentication-azure-go v1.1.0
15
- github.com/microsoftgraph/msgraph-sdk-go v1.51 .0
15
+ github.com/microsoftgraph/msgraph-sdk-go v1.59 .0
16
16
github.com/patrickmn/go-cache v2.1.0+incompatible
17
17
github.com/prometheus/client_golang v1.20.5
18
18
github.com/remeh/sizedwaitgroup v1.0.0
19
19
github.com/robfig/cron v1.2.0
20
20
go.uber.org/zap v1.27.0
21
- golang.org/x/text v0.19 .0
21
+ golang.org/x/text v0.21 .0
22
22
gopkg.in/yaml.v3 v3.0.1
23
- k8s.io/apimachinery v0.31.2
24
- k8s.io/client-go v0.31.2
23
+ k8s.io/apimachinery v0.32.1
24
+ k8s.io/client-go v0.32.1
25
25
)
26
26
27
27
require (
28
28
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
29
- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
29
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect
30
30
github.com/beorn7/perks v1.0.1 // indirect
31
31
github.com/cespare/xxhash/v2 v2.3.0 // indirect
32
32
github.com/cjlapao/common-go v0.0.41 // indirect
@@ -41,50 +41,52 @@ require (
41
41
github.com/gogo/protobuf v1.3.2 // indirect
42
42
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
43
43
github.com/golang/protobuf v1.5.4 // indirect
44
- github.com/google/gnostic-models v0.6.8 // indirect
44
+ github.com/google/gnostic-models v0.6.9 // indirect
45
45
github.com/google/go-cmp v0.6.0 // indirect
46
46
github.com/google/gofuzz v1.2.0 // indirect
47
47
github.com/google/uuid v1.6.0 // indirect
48
48
github.com/josharian/intern v1.0.0 // indirect
49
49
github.com/json-iterator/go v1.1.12 // indirect
50
50
github.com/kylelemons/godebug v1.1.0 // indirect
51
- github.com/mailru/easyjson v0.7.7 // indirect
52
- github.com/microsoft/kiota-abstractions-go v1.7.0 // indirect
53
- github.com/microsoft/kiota-http-go v1.4.5 // indirect
51
+ github.com/mailru/easyjson v0.9.0 // indirect
52
+ github.com/microsoft/kiota-abstractions-go v1.8.1 // indirect
53
+ github.com/microsoft/kiota-http-go v1.4.7 // indirect
54
54
github.com/microsoft/kiota-serialization-form-go v1.0.0 // indirect
55
- github.com/microsoft/kiota-serialization-json-go v1.0.8 // indirect
55
+ github.com/microsoft/kiota-serialization-json-go v1.0.9 // indirect
56
56
github.com/microsoft/kiota-serialization-multipart-go v1.0.0 // indirect
57
57
github.com/microsoft/kiota-serialization-text-go v1.0.0 // indirect
58
58
github.com/microsoftgraph/msgraph-sdk-go-core v1.2.1 // indirect
59
59
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
60
60
github.com/modern-go/reflect2 v1.0.2 // indirect
61
61
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
62
62
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
63
+ github.com/pkg/errors v0.9.1 // indirect
63
64
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
64
65
github.com/prometheus/client_model v0.6.1 // indirect
65
- github.com/prometheus/common v0.60.1 // indirect
66
+ github.com/prometheus/common v0.62.0 // indirect
66
67
github.com/prometheus/procfs v0.15.1 // indirect
67
- github.com/std-uritemplate/std-uritemplate/go v1 .0.6 // indirect
68
- github.com/stretchr/testify v1.9 .0 // indirect
68
+ github.com/std-uritemplate/std-uritemplate/go/v2 v2 .0.1 // indirect
69
+ github.com/stretchr/testify v1.10 .0 // indirect
69
70
github.com/x448/float16 v0.8.4 // indirect
70
- go.opentelemetry.io/otel v1.31.0 // indirect
71
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
72
- go.opentelemetry.io/otel/trace v1.31.0 // indirect
71
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
72
+ go.opentelemetry.io/otel v1.34.0 // indirect
73
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
74
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
73
75
go.uber.org/multierr v1.11.0 // indirect
74
- golang.org/x/crypto v0.28.0 // indirect
75
- golang.org/x/net v0.30.0 // indirect
76
- golang.org/x/oauth2 v0.23.0 // indirect
77
- golang.org/x/sys v0.26.0 // indirect
78
- golang.org/x/term v0.25.0 // indirect
79
- golang.org/x/time v0.7.0 // indirect
80
- google.golang.org/protobuf v1.35.1 // indirect
76
+ golang.org/x/crypto v0.32.0 // indirect
77
+ golang.org/x/net v0.34.0 // indirect
78
+ golang.org/x/oauth2 v0.25.0 // indirect
79
+ golang.org/x/sys v0.29.0 // indirect
80
+ golang.org/x/term v0.28.0 // indirect
81
+ golang.org/x/time v0.9.0 // indirect
82
+ google.golang.org/protobuf v1.36.4 // indirect
83
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
81
84
gopkg.in/inf.v0 v0.9.1 // indirect
82
- gopkg.in/yaml.v2 v2.4.0 // indirect
83
- k8s.io/api v0.31.2 // indirect
85
+ k8s.io/api v0.32.1 // indirect
84
86
k8s.io/klog/v2 v2.130.1 // indirect
85
- k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
86
- k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
87
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
88
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
87
89
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
88
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
90
+ sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
89
91
sigs.k8s.io/yaml v1.4.0 // indirect
90
92
)
0 commit comments