mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00

vendor github.com/aws/aws-sdk-go-v2/config v1.26.6 and related dependencies. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
198 B
Go
8 lines
198 B
Go
//go:build codegen
|
|
// +build codegen
|
|
|
|
package awsrulesfn
|
|
|
|
//go:generate go run -tags codegen ./internal/partition/codegen.go -model partitions.json -output partitions.go
|
|
//go:generate gofmt -w -s .
|