Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
151892f
Updated go.mod and go.sum
pragya644 Jun 12, 2025
0e39c39
create secret with tags
pragya644 Jun 17, 2025
b966809
Merge branch 'GoogleCloudPlatform:main' into tags_golang_samples
pragya644 Jun 17, 2025
aa19a14
Update create_secret_with_tags.go
telpirion Jun 17, 2025
add37a9
Updated tag in go.mod and resolved comments
pragya644 Jun 24, 2025
c9831a9
Merge branch 'main' into tags_golang_samples
iennae Jun 24, 2025
98ddac0
Added test for create secret with tags
pragya644 Jun 25, 2025
3159a27
Merge branch 'tags_golang_samples' of github.com:pragya644/google-gol…
pragya644 Jun 25, 2025
9b717c1
Added tagkey and tagValue cleanup function
pragya644 Jun 26, 2025
9d03b79
Added create_regional_secret_with_tags and test cases
pragya644 Jun 30, 2025
ff81401
go mod tidy
pragya644 Jun 30, 2025
203aa0c
go lint issue
pragya644 Jun 30, 2025
31a2990
changling license year to 2025
pragya644 Jun 30, 2025
d873b02
Merge branch 'main' into tags_golang_samples
pragya644 Jul 1, 2025
f80666f
Changing the postion of the defer function for both global and regional
pragya644 Jul 3, 2025
bc98800
Merge branch 'tags_golang_samples' of github.com:pragya644/google-gol…
pragya644 Jul 3, 2025
118e03f
Merge branch 'main' into tags_golang_samples
telpirion Jul 7, 2025
25eaaea
Merge branch 'main' into tags_golang_samples
pragya644 Jul 9, 2025
c2a4dc1
Reverted top level go.mod and go.sum changes
pragya644 Jul 9, 2025
dd210a0
Merge branch 'tags_golang_samples' of github.com:pragya644/google-gol…
pragya644 Jul 9, 2025
7622ea3
reverting testing/go.mod and testing/go.sum changes
pragya644 Jul 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 40 additions & 39 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,67 +3,68 @@ module github.com/GoogleCloudPlatform/golang-samples
go 1.23.0

require (
cloud.google.com/go/batch v1.11.5
cloud.google.com/go/bigquery v1.65.0
cloud.google.com/go/compute v1.31.1
cloud.google.com/go/batch v1.12.2
cloud.google.com/go/bigquery v1.69.0
cloud.google.com/go/compute v1.38.0
cloud.google.com/go/errorreporting v0.3.2
cloud.google.com/go/logging v1.13.0
cloud.google.com/go/storage v1.50.0
cloud.google.com/go/storage v1.53.0
cloud.google.com/go/vision v1.2.0
github.com/bmatcuk/doublestar/v2 v2.0.4
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
github.com/h2non/filetype v1.1.3
golang.org/x/oauth2 v0.25.0
google.golang.org/api v0.217.0
google.golang.org/protobuf v1.36.3
golang.org/x/oauth2 v0.30.0
google.golang.org/api v0.232.0
google.golang.org/protobuf v1.36.6
gopkg.in/yaml.v2 v2.4.0
)

require (
cel.dev/expr v0.19.1 // indirect
cloud.google.com/go v0.118.0 // indirect
cloud.google.com/go/auth v0.14.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
cel.dev/expr v0.20.0 // indirect
cloud.google.com/go v0.121.0 // indirect
cloud.google.com/go/auth v0.16.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/compute/metadata v0.6.0 // indirect
cloud.google.com/go/iam v1.3.1 // indirect
cloud.google.com/go/longrunning v0.6.4 // indirect
cloud.google.com/go/monitoring v1.23.0 // indirect
cloud.google.com/go/vision/v2 v2.9.3 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
cloud.google.com/go/iam v1.5.2 // indirect
cloud.google.com/go/longrunning v0.6.7 // indirect
cloud.google.com/go/monitoring v1.24.2 // indirect
cloud.google.com/go/secretmanager v1.14.7 // indirect
cloud.google.com/go/vision/v2 v2.9.5 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
go.opentelemetry.io/otel v1.34.0 // indirect
go.opentelemetry.io/otel/metric v1.34.0 // indirect
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
go.opentelemetry.io/otel/trace v1.34.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/grpc v1.69.4 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
go.opentelemetry.io/otel v1.35.0 // indirect
go.opentelemetry.io/otel/metric v1.35.0 // indirect
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/time v0.11.0 // indirect
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
google.golang.org/grpc v1.72.1 // indirect
)

// https://github.com/jstemmer/go-junit-report/issues/107
Expand Down
Loading