|
1 | 1 | module github.com/webdevops/go-common
|
2 | 2 |
|
3 |
| -go 1.23.0 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 |
| -toolchain go1.23.5 |
| 5 | +toolchain go1.24.2 |
6 | 6 |
|
7 | 7 | require (
|
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 |
| 8 | + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 |
| 9 | + github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0 |
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.6.0 |
14 |
| - github.com/microsoft/kiota-authentication-azure-go v1.1.0 |
15 |
| - github.com/microsoftgraph/msgraph-sdk-go v1.59.0 |
| 13 | + github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1 |
| 14 | + github.com/microsoft/kiota-authentication-azure-go v1.3.0 |
| 15 | + github.com/microsoftgraph/msgraph-sdk-go v1.69.0 |
16 | 16 | github.com/patrickmn/go-cache v2.1.0+incompatible
|
17 |
| - github.com/prometheus/client_golang v1.20.5 |
| 17 | + github.com/prometheus/client_golang v1.22.0 |
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.21.0 |
| 21 | + golang.org/x/text v0.24.0 |
22 | 22 | gopkg.in/yaml.v3 v3.0.1
|
23 |
| - k8s.io/apimachinery v0.32.1 |
24 |
| - k8s.io/client-go v0.32.1 |
| 23 | + k8s.io/apimachinery v0.33.0 |
| 24 | + k8s.io/client-go v0.33.0 |
25 | 25 | )
|
26 | 26 |
|
27 | 27 | require (
|
28 |
| - github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect |
29 |
| - github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect |
| 28 | + github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect |
| 29 | + github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect |
30 | 30 | github.com/beorn7/perks v1.0.1 // indirect
|
31 | 31 | github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
32 |
| - github.com/cjlapao/common-go v0.0.41 // indirect |
33 | 32 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
34 |
| - github.com/emicklei/go-restful/v3 v3.12.1 // indirect |
35 |
| - github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 33 | + github.com/emicklei/go-restful/v3 v3.12.2 // indirect |
| 34 | + github.com/fxamacker/cbor/v2 v2.8.0 // indirect |
36 | 35 | github.com/go-logr/logr v1.4.2 // indirect
|
37 | 36 | github.com/go-logr/stdr v1.2.2 // indirect
|
38 |
| - github.com/go-openapi/jsonpointer v0.21.0 // indirect |
| 37 | + github.com/go-openapi/jsonpointer v0.21.1 // indirect |
39 | 38 | github.com/go-openapi/jsonreference v0.21.0 // indirect
|
40 |
| - github.com/go-openapi/swag v0.23.0 // indirect |
| 39 | + github.com/go-openapi/swag v0.23.1 // indirect |
41 | 40 | github.com/gogo/protobuf v1.3.2 // indirect
|
42 |
| - github.com/golang-jwt/jwt/v5 v5.2.1 // indirect |
43 |
| - github.com/golang/protobuf v1.5.4 // indirect |
| 41 | + github.com/golang-jwt/jwt/v5 v5.2.2 // indirect |
44 | 42 | github.com/google/gnostic-models v0.6.9 // indirect
|
45 |
| - github.com/google/go-cmp v0.6.0 // indirect |
46 |
| - github.com/google/gofuzz v1.2.0 // indirect |
| 43 | + github.com/google/go-cmp v0.7.0 // indirect |
47 | 44 | github.com/google/uuid v1.6.0 // indirect
|
48 | 45 | github.com/josharian/intern v1.0.0 // indirect
|
49 | 46 | github.com/json-iterator/go v1.1.12 // indirect
|
50 | 47 | github.com/kylelemons/godebug v1.1.0 // indirect
|
51 | 48 | 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 |
| - github.com/microsoft/kiota-serialization-form-go v1.0.0 // indirect |
55 |
| - github.com/microsoft/kiota-serialization-json-go v1.0.9 // indirect |
56 |
| - github.com/microsoft/kiota-serialization-multipart-go v1.0.0 // indirect |
57 |
| - github.com/microsoft/kiota-serialization-text-go v1.0.0 // indirect |
58 |
| - github.com/microsoftgraph/msgraph-sdk-go-core v1.2.1 // indirect |
| 49 | + github.com/microsoft/kiota-abstractions-go v1.9.2 // indirect |
| 50 | + github.com/microsoft/kiota-http-go v1.5.3 // indirect |
| 51 | + github.com/microsoft/kiota-serialization-form-go v1.1.2 // indirect |
| 52 | + github.com/microsoft/kiota-serialization-json-go v1.1.2 // indirect |
| 53 | + github.com/microsoft/kiota-serialization-multipart-go v1.1.2 // indirect |
| 54 | + github.com/microsoft/kiota-serialization-text-go v1.1.2 // indirect |
| 55 | + github.com/microsoftgraph/msgraph-sdk-go-core v1.3.2 // indirect |
59 | 56 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
60 | 57 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
61 | 58 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
62 | 59 | github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
63 | 60 | github.com/pkg/errors v0.9.1 // indirect
|
64 | 61 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
65 |
| - github.com/prometheus/client_model v0.6.1 // indirect |
66 |
| - github.com/prometheus/common v0.62.0 // indirect |
67 |
| - github.com/prometheus/procfs v0.15.1 // indirect |
68 |
| - github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.1 // indirect |
| 62 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 63 | + github.com/prometheus/common v0.63.0 // indirect |
| 64 | + github.com/prometheus/procfs v0.16.1 // indirect |
| 65 | + github.com/spf13/pflag v1.0.6 // indirect |
| 66 | + github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 // indirect |
69 | 67 | github.com/stretchr/testify v1.10.0 // indirect
|
70 | 68 | github.com/x448/float16 v0.8.4 // indirect
|
71 | 69 | 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 |
| 70 | + go.opentelemetry.io/otel v1.35.0 // indirect |
| 71 | + go.opentelemetry.io/otel/metric v1.35.0 // indirect |
| 72 | + go.opentelemetry.io/otel/trace v1.35.0 // indirect |
75 | 73 | go.uber.org/multierr v1.11.0 // 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 |
| 74 | + golang.org/x/crypto v0.37.0 // indirect |
| 75 | + golang.org/x/net v0.39.0 // indirect |
| 76 | + golang.org/x/oauth2 v0.29.0 // indirect |
| 77 | + golang.org/x/sys v0.32.0 // indirect |
| 78 | + golang.org/x/term v0.31.0 // indirect |
| 79 | + golang.org/x/time v0.11.0 // indirect |
| 80 | + golang.org/x/tools v0.31.0 // indirect |
| 81 | + google.golang.org/protobuf v1.36.6 // indirect |
83 | 82 | gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
84 | 83 | gopkg.in/inf.v0 v0.9.1 // indirect
|
85 |
| - k8s.io/api v0.32.1 // indirect |
| 84 | + k8s.io/api v0.33.0 // indirect |
86 | 85 | k8s.io/klog/v2 v2.130.1 // indirect
|
87 |
| - k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect |
88 |
| - k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect |
| 86 | + k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect |
| 87 | + k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect |
89 | 88 | sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
90 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect |
| 89 | + sigs.k8s.io/randfill v1.0.0 // indirect |
| 90 | + sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect |
91 | 91 | sigs.k8s.io/yaml v1.4.0 // indirect
|
92 | 92 | )
|
0 commit comments