Skip to content

Commit 4ab5ba8

Browse files
Bump the all-go-mod-patch-and-minor group across 1 directory with 8 updates
Bumps the all-go-mod-patch-and-minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.2` | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.18.0` | `1.20.0` | | [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage](https://github.com/Azure/azure-sdk-for-go) | `1.8.0` | `1.8.1` | | [github.com/microsoft/kiota-abstractions-go](https://github.com/microsoft/kiota-abstractions-go) | `1.9.2` | `1.9.3` | | [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) | `1.72.0` | `1.90.0` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.27.1` | | [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.17.1` | `1.18.0` | Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.22.0...v1.23.2) Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.18.0 to 1.20.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.18.0...sdk/azcore/v1.20.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1) Updates `github.com/microsoft/kiota-abstractions-go` from 1.9.2 to 1.9.3 - [Release notes](https://github.com/microsoft/kiota-abstractions-go/releases) - [Changelog](https://github.com/microsoft/kiota-abstractions-go/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-abstractions-go@v1.9.2...v1.9.3) Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.72.0 to 1.90.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-go@v1.72.0...v1.90.0) Updates `github.com/microsoftgraph/msgraph-sdk-go-core` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go-core/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go-core/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-go-core@v1.3.2...v1.4.0) Updates `go.uber.org/zap` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.0...v1.27.1) Updates `github.com/goccy/go-yaml` from 1.17.1 to 1.18.0 - [Release notes](https://github.com/goccy/go-yaml/releases) - [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md) - [Commits](goccy/go-yaml@v1.17.1...v1.18.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/microsoft/kiota-abstractions-go dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/microsoftgraph/msgraph-sdk-go dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/microsoftgraph/msgraph-sdk-go-core dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: go.uber.org/zap dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/goccy/go-yaml dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35c19b2 commit 4ab5ba8

File tree

2 files changed

+79
-78
lines changed

2 files changed

+79
-78
lines changed

go.mod

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ toolchain go1.24.2
77
require (
88
github.com/anvie/port-scanner v0.0.0-20180225151059-8159197d3770
99
github.com/jessevdk/go-flags v1.6.1
10-
github.com/prometheus/client_golang v1.22.0
11-
github.com/prometheus/common v0.64.0 // indirect
10+
github.com/prometheus/client_golang v1.23.2
11+
github.com/prometheus/common v0.66.1 // indirect
1212
github.com/prometheus/procfs v0.16.1 // indirect
1313
github.com/remeh/sizedwaitgroup v1.0.0
14-
golang.org/x/crypto v0.38.0 // indirect
15-
golang.org/x/sys v0.33.0 // indirect
16-
google.golang.org/protobuf v1.36.6 // indirect
14+
golang.org/x/crypto v0.41.0 // indirect
15+
golang.org/x/sys v0.35.0 // indirect
16+
google.golang.org/protobuf v1.36.8 // indirect
1717
)
1818

1919
require (
20-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
21-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.0 // indirect
22-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
20+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
21+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1 // indirect
22+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
2323
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/advisor/armadvisor v1.2.0
2424
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0
2525
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
@@ -32,14 +32,14 @@ require (
3232
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 // indirect
3333
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
3434
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/security/armsecurity v0.14.0
35-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.0
35+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.1
3636
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1 // indirect
3737
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
3838
github.com/beorn7/perks v1.0.1 // indirect
3939
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4040
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4141
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
42-
github.com/go-logr/logr v1.4.2 // indirect
42+
github.com/go-logr/logr v1.4.3 // indirect
4343
github.com/go-logr/stdr v1.2.2 // indirect
4444
github.com/go-openapi/jsonpointer v0.21.1 // indirect
4545
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -52,34 +52,32 @@ require (
5252
github.com/json-iterator/go v1.1.12 // indirect
5353
github.com/kylelemons/godebug v1.1.0 // indirect
5454
github.com/mailru/easyjson v0.9.0 // indirect
55-
github.com/microsoft/kiota-abstractions-go v1.9.2
56-
github.com/microsoft/kiota-authentication-azure-go v1.3.0 // indirect
57-
github.com/microsoft/kiota-http-go v1.5.3 // indirect
55+
github.com/microsoft/kiota-abstractions-go v1.9.3
56+
github.com/microsoft/kiota-authentication-azure-go v1.3.1 // indirect
57+
github.com/microsoft/kiota-http-go v1.5.4 // indirect
5858
github.com/microsoft/kiota-serialization-form-go v1.1.2 // indirect
5959
github.com/microsoft/kiota-serialization-json-go v1.1.2 // indirect
6060
github.com/microsoft/kiota-serialization-multipart-go v1.1.2 // indirect
61-
github.com/microsoft/kiota-serialization-text-go v1.1.2 // indirect
62-
github.com/microsoftgraph/msgraph-sdk-go v1.72.0
63-
github.com/microsoftgraph/msgraph-sdk-go-core v1.3.2
61+
github.com/microsoft/kiota-serialization-text-go v1.1.3 // indirect
62+
github.com/microsoftgraph/msgraph-sdk-go v1.90.0
63+
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0
6464
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6565
github.com/modern-go/reflect2 v1.0.2 // indirect
6666
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6767
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
6868
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
69-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7069
github.com/prometheus/client_model v0.6.2 // indirect
7170
github.com/robfig/cron v1.2.0 // indirect
72-
github.com/stretchr/testify v1.10.0 // indirect
7371
github.com/webdevops/go-common v0.0.0-20250501225441-53b22a3a9550
74-
go.opentelemetry.io/otel v1.36.0 // indirect
75-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
76-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
72+
go.opentelemetry.io/otel v1.37.0 // indirect
73+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
74+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
7775
go.uber.org/multierr v1.11.0 // indirect
78-
go.uber.org/zap v1.27.0
79-
golang.org/x/net v0.40.0 // indirect
76+
go.uber.org/zap v1.27.1
77+
golang.org/x/net v0.43.0 // indirect
8078
golang.org/x/oauth2 v0.30.0 // indirect
81-
golang.org/x/term v0.32.0 // indirect
82-
golang.org/x/text v0.25.0 // indirect
79+
golang.org/x/term v0.34.0 // indirect
80+
golang.org/x/text v0.28.0 // indirect
8381
golang.org/x/time v0.11.0 // indirect
8482
gopkg.in/inf.v0 v0.9.1 // indirect
8583
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -94,7 +92,7 @@ require (
9492
sigs.k8s.io/yaml v1.4.0 // indirect
9593
)
9694

97-
require github.com/goccy/go-yaml v1.17.1
95+
require github.com/goccy/go-yaml v1.18.0
9896

9997
require (
10098
github.com/KimMachineGun/automemlimit v0.7.2 // indirect
@@ -108,6 +106,7 @@ require (
108106
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
109107
go.uber.org/automaxprocs v1.6.0 // indirect
110108
go.uber.org/zap/exp v0.3.0 // indirect
109+
go.yaml.in/yaml/v2 v2.4.2 // indirect
111110
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
112111
sigs.k8s.io/randfill v1.0.0 // indirect
113112
)

0 commit comments

Comments
 (0)