Skip to content

Commit

Permalink
Bump the github-com-nil-go-konf group in /examples/gcp with 4 updates
Browse files Browse the repository at this point in the history
Bumps the github-com-nil-go-konf group in /examples/gcp with 4 updates: [github.com/nil-go/konf](https://github.com/nil-go/konf), [github.com/nil-go/konf/notifier/pubsub](https://github.com/nil-go/konf), [github.com/nil-go/konf/provider/gcs](https://github.com/nil-go/konf) and [github.com/nil-go/konf/provider/secretmanager](https://github.com/nil-go/konf).


Updates `github.com/nil-go/konf` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/nil-go/konf/releases)
- [Changelog](https://github.com/nil-go/konf/blob/main/CHANGELOG.md)
- [Commits](v1.2.2...v1.3.0)

Updates `github.com/nil-go/konf/notifier/pubsub` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/nil-go/konf/releases)
- [Changelog](https://github.com/nil-go/konf/blob/main/CHANGELOG.md)
- [Commits](v1.2.2...v1.3.0)

Updates `github.com/nil-go/konf/provider/gcs` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/nil-go/konf/releases)
- [Changelog](https://github.com/nil-go/konf/blob/main/CHANGELOG.md)
- [Commits](v1.2.2...v1.3.0)

Updates `github.com/nil-go/konf/provider/secretmanager` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/nil-go/konf/releases)
- [Changelog](https://github.com/nil-go/konf/blob/main/CHANGELOG.md)
- [Commits](v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/nil-go/konf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-com-nil-go-konf
- dependency-name: github.com/nil-go/konf/notifier/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-com-nil-go-konf
- dependency-name: github.com/nil-go/konf/provider/gcs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-com-nil-go-konf
- dependency-name: github.com/nil-go/konf/provider/secretmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-com-nil-go-konf
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 05dc6e1 commit 3a40242
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 97 deletions.
61 changes: 30 additions & 31 deletions examples/gcp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,47 @@ module github.com/nil-go/konf/examples/gcp
go 1.22

require (
github.com/nil-go/konf v1.2.2
github.com/nil-go/konf/notifier/pubsub v1.2.2
github.com/nil-go/konf/provider/gcs v1.2.2
github.com/nil-go/konf/provider/secretmanager v1.2.2
github.com/nil-go/konf v1.3.0
github.com/nil-go/konf/notifier/pubsub v1.3.0
github.com/nil-go/konf/provider/gcs v1.3.0
github.com/nil-go/konf/provider/secretmanager v1.3.0
gopkg.in/yaml.v3 v3.0.1
)

require (
cloud.google.com/go v0.115.0 // indirect
cloud.google.com/go/auth v0.6.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.4.0 // indirect
cloud.google.com/go/iam v1.1.8 // indirect
cloud.google.com/go/pubsub v1.40.0 // indirect
cloud.google.com/go/secretmanager v1.13.3 // indirect
cloud.google.com/go v0.115.1 // indirect
cloud.google.com/go/auth v0.9.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.1.13 // indirect
cloud.google.com/go/pubsub v1.42.0 // indirect
cloud.google.com/go/secretmanager v1.14.0 // indirect
cloud.google.com/go/storage v1.43.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.1 // 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-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/api v0.187.0 // indirect
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.6.0 // indirect
google.golang.org/api v0.194.0 // indirect
google.golang.org/genproto v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
Loading

0 comments on commit 3a40242

Please sign in to comment.