mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
Update module github.com/aws/smithy-go to v1.27.5
Signed-off-by: Mend Renovate <bot@renovateapp.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -23,7 +23,7 @@ require (
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.19.30
|
||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31
|
||||
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.80.0
|
||||
github.com/aws/smithy-go v1.27.4
|
||||
github.com/aws/smithy-go v1.27.5
|
||||
github.com/cloudflare/cfssl v1.6.5
|
||||
github.com/containerd/cgroups/v3 v3.1.3
|
||||
github.com/containerd/containerd/api v1.11.1
|
||||
|
||||
4
go.sum
4
go.sum
@@ -112,8 +112,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.0 h1:tC323YV77QdafeBr6LUhLDTs
|
||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.0/go.mod h1:SfLK1sgviHmbI+MozR9iDwDjL4cdCVZtahsjoR+z7wg=
|
||||
github.com/aws/aws-sdk-go-v2/service/sts v1.45.0 h1:Pd6PNlp4t8PTXxqzstICl52Wsy78vpjFZ7PRUj44mJc=
|
||||
github.com/aws/aws-sdk-go-v2/service/sts v1.45.0/go.mod h1:rmQ0TnHzuLPmabgjPcsywhsSOmaBDgzR4zvDxSPsGdg=
|
||||
github.com/aws/smithy-go v1.27.4 h1:JQcphmBN4f0q/sPqXqROIItRNV/hy10cgu7CsFy616M=
|
||||
github.com/aws/smithy-go v1.27.4/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc=
|
||||
github.com/aws/smithy-go v1.27.5 h1:d1ro7KpYOYwP6m73YFa+Kc/A130VsAdX68SpsJwARMM=
|
||||
github.com/aws/smithy-go v1.27.5/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc=
|
||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
||||
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
||||
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
||||
|
||||
5
vendor/github.com/aws/smithy-go/AGENTS.md
generated
vendored
5
vendor/github.com/aws/smithy-go/AGENTS.md
generated
vendored
@@ -68,8 +68,9 @@ cd codegen && ./gradlew build
|
||||
cd codegen && ./gradlew publishToMavenLocal
|
||||
```
|
||||
|
||||
The codegen artifact version is fixed at `0.1.0` and is not published to
|
||||
Maven Central — you **MUST** `publishToMavenLocal`.
|
||||
The codegen artifact version is published to Maven Central and bumped on each
|
||||
release. For local development against unreleased codegen changes, use
|
||||
`publishToMavenLocal` and point consumers at `mavenLocal()`.
|
||||
|
||||
## Runtime architecture
|
||||
|
||||
|
||||
9
vendor/github.com/aws/smithy-go/CHANGELOG.md
generated
vendored
9
vendor/github.com/aws/smithy-go/CHANGELOG.md
generated
vendored
@@ -1,3 +1,12 @@
|
||||
# Release (2026-07-27)
|
||||
|
||||
## General Highlights
|
||||
* **Dependency Update**: Updated to the latest SDK module versions
|
||||
|
||||
## Module Highlights
|
||||
* `github.com/aws/smithy-go`: v1.27.5
|
||||
* **Bug Fix**: Fix a performance issue in awsQuery with large response payloads.
|
||||
|
||||
# Release (2026-07-16)
|
||||
|
||||
## General Highlights
|
||||
|
||||
8
vendor/github.com/aws/smithy-go/README.md
generated
vendored
8
vendor/github.com/aws/smithy-go/README.md
generated
vendored
@@ -11,8 +11,8 @@ The smithy-go runtime requires a minimum version of Go 1.24.
|
||||
## :warning: Client codegen is unstable
|
||||
|
||||
The client code generator in this repository powers the aws-sdk-go-v2.
|
||||
Arbitrary client generation, while technically possible, is in an early stage
|
||||
of development:
|
||||
Arbitrary client generation, while possible, is in an early stage of
|
||||
development:
|
||||
|
||||
* Generated clients are missing certain features that were originally
|
||||
implemented SDK-side (e.g. retries)
|
||||
@@ -32,8 +32,6 @@ This repository implements the following Smithy build plugins:
|
||||
| `go-server-codegen` | `software.amazon.smithy.go:smithy-go-codegen` | Implements Go server code generation for Smithy models. |
|
||||
| `go-shape-codegen` | `software.amazon.smithy.go:smithy-go-codegen` | Implements Go shape code generation (types only) for Smithy models. |
|
||||
|
||||
**NOTE: Build plugins are not currently published to mavenCentral. You must publish to mavenLocal to make the build plugins visible to the Smithy CLI. The artifact version is currently fixed at 0.1.0.**
|
||||
|
||||
## `go-codegen`
|
||||
|
||||
### Configuration
|
||||
@@ -79,7 +77,7 @@ example created from `smithy init`:
|
||||
],
|
||||
"maven": {
|
||||
"dependencies": [
|
||||
"software.amazon.smithy.go:smithy-go-codegen:0.1.0"
|
||||
"software.amazon.smithy.go:smithy-go-codegen:[0.1.0,2.0)"
|
||||
]
|
||||
},
|
||||
"plugins": {
|
||||
|
||||
2
vendor/github.com/aws/smithy-go/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/smithy-go/go_module_metadata.go
generated
vendored
@@ -3,4 +3,4 @@
|
||||
package smithy
|
||||
|
||||
// goModuleVersion is the tagged release for this module
|
||||
const goModuleVersion = "1.27.4"
|
||||
const goModuleVersion = "1.27.5"
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -287,7 +287,7 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc/types
|
||||
github.com/aws/aws-sdk-go-v2/service/sts
|
||||
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
|
||||
github.com/aws/aws-sdk-go-v2/service/sts/types
|
||||
# github.com/aws/smithy-go v1.27.4
|
||||
# github.com/aws/smithy-go v1.27.5
|
||||
## explicit; go 1.24
|
||||
github.com/aws/smithy-go
|
||||
github.com/aws/smithy-go/auth
|
||||
|
||||
Reference in New Issue
Block a user