Skip to content

Commit f8eaa14

Browse files
chore(deps): Bump the go-dependencies group with 3 updates
Bumps the go-dependencies group with 3 updates: [github.com/cnabio/cnab-go](https://github.com/cnabio/cnab-go), [github.com/magefile/mage](https://github.com/magefile/mage) and [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go). Updates `github.com/cnabio/cnab-go` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/cnabio/cnab-go/releases) - [Commits](cnabio/cnab-go@v0.26.1...v0.26.2) Updates `github.com/magefile/mage` from 1.15.0 to 1.16.0 - [Release notes](https://github.com/magefile/mage/releases) - [Commits](magefile/mage@v1.15.0...v1.16.0) Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0) --- updated-dependencies: - dependency-name: github.com/cnabio/cnab-go dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/magefile/mage dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/otel dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent baca0eb commit f8eaa14

2 files changed

Lines changed: 88 additions & 88 deletions

File tree

go.mod

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module get.porter.sh/plugin/azure
22

3-
go 1.25.0
3+
go 1.25.6
44

55
replace github.com/hashicorp/go-plugin => github.com/getporter/go-plugin v1.4.4-porter.1
66

@@ -9,15 +9,15 @@ require (
99
get.porter.sh/porter v1.4.0
1010
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
1111
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
12-
github.com/cnabio/cnab-go v0.26.1
12+
github.com/cnabio/cnab-go v0.26.2
1313
github.com/hashicorp/go-hclog v1.6.3
1414
github.com/hashicorp/go-plugin v1.6.3
15-
github.com/magefile/mage v1.15.0
15+
github.com/magefile/mage v1.16.0
1616
github.com/pkg/errors v0.9.1
1717
github.com/spf13/cobra v1.10.2
1818
github.com/stretchr/testify v1.11.1
1919
github.com/uwu-tools/magex v0.10.1
20-
go.opentelemetry.io/otel v1.40.0
20+
go.opentelemetry.io/otel v1.41.0
2121
)
2222

2323
require (
@@ -36,20 +36,21 @@ require (
3636
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3737
github.com/clipperhouse/displaywidth v0.3.1 // indirect
3838
github.com/clipperhouse/stringish v0.1.1 // indirect
39-
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
39+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
4040
github.com/cnabio/cnab-to-oci v0.5.1 // indirect
4141
github.com/containerd/errdefs v1.0.0 // indirect
4242
github.com/containerd/log v0.1.0 // indirect
43-
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
43+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
4444
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
4545
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4646
github.com/distribution/reference v0.6.1-0.20240718132515-8c942b0459df // indirect
47-
github.com/docker/cli v29.2.0+incompatible // indirect
47+
github.com/docker/cli v29.2.1+incompatible // indirect
4848
github.com/docker/distribution v2.8.3+incompatible // indirect
4949
github.com/docker/docker v28.5.2+incompatible // indirect
50-
github.com/docker/docker-credential-helpers v0.9.4 // indirect
50+
github.com/docker/docker-credential-helpers v0.9.5 // indirect
5151
github.com/docker/go-connections v0.6.0 // indirect
5252
github.com/docker/go-metrics v0.0.1 // indirect
53+
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
5354
github.com/dustin/go-humanize v1.0.1 // indirect
5455
github.com/fatih/color v1.18.0 // indirect
5556
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -60,21 +61,21 @@ require (
6061
github.com/goccy/go-yaml v1.14.0 // indirect
6162
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
6263
github.com/golang/protobuf v1.5.4 // indirect
63-
github.com/google/go-containerregistry v0.20.6 // indirect
64+
github.com/google/go-containerregistry v0.21.1 // indirect
6465
github.com/google/uuid v1.6.0 // indirect
6566
github.com/gorilla/mux v1.8.1 // indirect
6667
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
67-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
68+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
6869
github.com/hashicorp/errwrap v1.1.0 // indirect
6970
github.com/hashicorp/go-multierror v1.1.1 // indirect
7071
github.com/hashicorp/yamux v0.1.2 // indirect
7172
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7273
github.com/jeremywohl/flatten v1.0.1 // indirect
73-
github.com/klauspost/compress v1.18.1 // indirect
74+
github.com/klauspost/compress v1.18.4 // indirect
7475
github.com/kylelemons/godebug v1.1.0 // indirect
7576
github.com/mattn/go-colorable v0.1.14 // indirect
7677
github.com/mattn/go-isatty v0.0.20 // indirect
77-
github.com/mattn/go-runewidth v0.0.19 // indirect
78+
github.com/mattn/go-runewidth v0.0.20 // indirect
7879
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37 // indirect
7980
github.com/mitchellh/go-homedir v1.1.0 // indirect
8081
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -103,7 +104,7 @@ require (
103104
github.com/qri-io/jsonpointer v0.1.1 // indirect
104105
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
105106
github.com/sagikazarmark/locafero v0.11.0 // indirect
106-
github.com/sirupsen/logrus v1.9.3 // indirect
107+
github.com/sirupsen/logrus v1.9.4 // indirect
107108
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
108109
github.com/spf13/afero v1.15.0 // indirect
109110
github.com/spf13/cast v1.10.0 // indirect
@@ -116,28 +117,28 @@ require (
116117
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
117118
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
118119
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
119-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
120-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
121-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 // indirect
120+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.66.0 // indirect
121+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0 // indirect
122+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.41.0 // indirect
122123
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect
123124
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.38.0 // indirect
124-
go.opentelemetry.io/otel/metric v1.40.0 // indirect
125-
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
126-
go.opentelemetry.io/otel/trace v1.40.0 // indirect
127-
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
125+
go.opentelemetry.io/otel/metric v1.41.0 // indirect
126+
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
127+
go.opentelemetry.io/otel/trace v1.41.0 // indirect
128+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
128129
go.uber.org/multierr v1.11.0 // indirect
129130
go.uber.org/zap v1.27.1 // indirect
130131
go.yaml.in/yaml/v2 v2.4.3 // indirect
131132
go.yaml.in/yaml/v3 v3.0.4 // indirect
132-
golang.org/x/crypto v0.45.0 // indirect
133-
golang.org/x/net v0.47.0 // indirect
134-
golang.org/x/sync v0.18.0 // indirect
135-
golang.org/x/sys v0.40.0 // indirect
136-
golang.org/x/text v0.31.0 // indirect
137-
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
138-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
139-
google.golang.org/grpc v1.77.0 // indirect
140-
google.golang.org/protobuf v1.36.10 // indirect
133+
golang.org/x/crypto v0.48.0 // indirect
134+
golang.org/x/net v0.51.0 // indirect
135+
golang.org/x/sync v0.19.0 // indirect
136+
golang.org/x/sys v0.41.0 // indirect
137+
golang.org/x/text v0.34.0 // indirect
138+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
139+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
140+
google.golang.org/grpc v1.79.1 // indirect
141+
google.golang.org/protobuf v1.36.11 // indirect
141142
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
142143
gopkg.in/yaml.v2 v2.4.0 // indirect
143144
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)