Skip to content

Commit 898c481

Browse files
whites11claude
andcommitted
fix(flow): restore strings import and register KMS pin
- Add back strings import (still used by strings.TrimSpace) - Register cloud.google.com/go/kms v1.24.0 in check_pinned_versions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6765623 commit 898c481

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

flow/cmd/check_pinned_versions/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717
// To update a pinned dependency, change both go.mod AND this map.
1818
var pinnedVersions = map[string]string{
1919
"cloud.google.com/go/bigquery": "v1.72.0",
20+
"cloud.google.com/go/kms": "v1.24.0",
2021
"cloud.google.com/go/pubsub/v2": "v2.3.0",
2122
"github.com/aws/aws-sdk-go-v2/feature/s3/manager": "v1.21.0",
2223
"google.golang.org/api": "v0.257.0",

flow/internal/env.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"os"
88
"reflect"
99
"strconv"
10+
"strings"
1011
"sync"
1112

1213
gcpkms "cloud.google.com/go/kms/apiv1"

0 commit comments

Comments
 (0)