Skip to content

chore(deps): Update go modules and/or dev-tools #396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 16, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
cft/developer-tools minor 1.14 -> 1.25 age confidence
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.5.2 -> v0.17.7 v0.17.8 age confidence
github.com/brianvoe/gofakeit/v6 require minor v6.9.0 -> v6.28.0 age confidence
github.com/stretchr/testify require minor v1.8.2 -> v1.10.0 age confidence

Release Notes

brianvoe/gofakeit (github.com/brianvoe/gofakeit/v6)

v6.28.0: Descriptions!!!

Compare Source

Thanks to the contributor @​se-omar for all his great work in updating all the descriptions for lookups.

What's Changed

Full Changelog: brianvoe/gofakeit@v6.27.0...v6.28.0

v6.27.0

Compare Source

v6.26.4

Compare Source

v6.26.3

Compare Source

v6.26.2

Compare Source

v6.26.1

Compare Source

v6.26.0: Products!!! v6.26.0

Compare Source

🚀 Unleash the Power of Gofakeit 2.0: Elevate Your Data Faking Game! 🚀

We're thrilled to introduce the latest and greatest update to Gofakeit, and this time, we've supercharged your data faking experience with a suite of powerful new functions! Say hello to the game-changing Product module, a feature-packed addition that will revolutionize the way you generate fake product information. 🛍️✨

🎁 Introducing the Product() Function:
Get ready to dive into a world of limitless possibilities with the Product() function! It's your go-to command for creating realistic and captivating fake product data effortlessly. Harness the magic within this function to craft dynamic, authentic product information that will leave your users amazed and engaged.

🏷️ ProductName() – Unleash the Creativity:
Forge compelling product identities with the ProductName() function. From quirky gadgets to sophisticated fashion pieces, this function lets you generate catchy and unique names that captivate your audience.

📝 ProductDescription() – Tell a Story:
Bring your products to life with the ProductDescription() function! Craft vivid and intriguing descriptions that go beyond the mundane, ensuring your fake data is as immersive as it is imaginative. Spark curiosity and keep your users hooked.

🔖 ProductCategory() – Define the Essence:
Organize your products seamlessly with the ProductCategory() function. From electronics to fashion, create a diverse range of categories that add depth and structure to your fake data, making it more realistic and relatable.

🌟 ProductFeature() – Highlight the Best:
Elevate your product data with the ProductFeature() function! Showcase unique features that set your fake products apart. Whether it's cutting-edge technology or innovative design, this function lets you highlight the essence of your creations.

🛠️ ProductMaterial() – Craft Authenticity:
Immerse your users in the tactile world of your fake products with the ProductMaterial() function. Specify materials that resonate with authenticity, allowing your users to envision the quality and feel of the items you've meticulously crafted.

🎉 Elevate your data generation game to new heights with Gofakeit 2.0! 🎉 Unleash creativity, captivate your audience, and make your fake data more convincing than ever before. The world is your oyster, and with Gofakeit's new Product module, you're the master creator of captivating, realistic product information! 🚀🌐💼

Upgrade now and experience the thrill of data faking like never before! 🚀✨ #Gofakeit

v6.25.0: Templates!!! v6.25.0

Compare Source

🚀 Exciting New Release for Gofakeit v6!

We're thrilled to introduce the latest version of Gofakeit, packed with a powerful addition to enhance your templating experience. Brace yourself for the introduction of custom outputs using Golang's template engine! 🌟

SPECIAL THANKS to @​Mrpye for his work on this!

🎭 Template Magic
Now, you can unleash your creativity with custom outputs using Golang's template engine. We've integrated all available functions into the template engine, providing you with a versatile toolkit to craft dynamic and personalized content.

🛠 Additional Functions
But that's not all! We've gone the extra mile and added some game-changing functions to supercharge your template building:

ToUpper & ToLower: Easily manipulate text case for a polished appearance.
ToString: Swiftly convert any data type to a string.
ToDate: Effortlessly transform strings into time.Time objects.
SpliceAny, SpliceString, SpliceUInt, SpliceInt: Build slices dynamically, perfect for weighted scenarios and random selections.

🌐 Example Usages
To give you a taste of the excitement, here's a snippet showcasing the newfound template capabilities:

// Your template goes here
template := `
Subject: {{RandomString (SliceString "Greetings" "Hello" "Hi")}}

Dear {{LastName}},

{{RandomString (SliceString "Greetings!" "Hello there!" "Hi, how are you?")}}

{{Paragraph 1 5 10 "\n\n"}}

{{RandomString (SliceString "Warm regards" "Best wishes" "Sincerely")}}
{{$person:=Person}}
{{$person.FirstName}} {{$person.LastName}}
{{$person.Email}}
{{$person.Phone}}
`

// Applying the template
value, err := gofakeit.Template(template, nil)

v6.24.0

Compare Source

v6.23.2

Compare Source

v6.23.1

Compare Source

v6.23.0

Compare Source

v6.22.0: New Functions!!!

Compare Source

Thanks to the help of @​ViridianForge and @​dminkovski! We now have Books, Movies, Middle Names, Blurbs and Company Slogans.

v6.21.0: Added fakable interface

Compare Source

See https://github.com/brianvoe/gofakeit#fakeable-types

What's Changed

New Contributors

Full Changelog: brianvoe/gofakeit@v6.20.2...v6.21.0

v6.20.2

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

v6.19.0

Compare Source

v6.18.0

Compare Source

v6.17.0

Compare Source

v6.16.0

Compare Source

v6.15.0

Compare Source

v6.14.5

Compare Source

v6.14.4

Compare Source

v6.14.3

Compare Source

v6.14.2

Compare Source

v6.14.1

Compare Source

v6.14.0

Compare Source

v6.13.2

Compare Source

v6.13.1

Compare Source

v6.13.0

Compare Source

v6.12.2

Compare Source

v6.12.1

Compare Source

v6.12.0

Compare Source

v6.11.1

Compare Source

v6.11.0

Compare Source

v6.10.0

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.2...v1.8.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

forking-renovate bot commented Aug 16, 2024

ℹ Artifact update notice

File name: helpers/sample-cc-generator/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.21
File name: test/integration/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 36 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.0
cloud.google.com/go v0.110.2 -> v0.116.0
cloud.google.com/go/compute v1.19.2 -> v1.28.3
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.2
cloud.google.com/go/iam v1.0.1 -> v1.2.2
cloud.google.com/go/storage v1.30.1 -> v1.47.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-errors/errors v1.4.2 -> v1.5.0
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/swag v0.22.3 -> v0.23.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.7.0
github.com/google/s2a-go v0.1.3 -> v0.1.8
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.3 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.8.0 -> v2.14.0
github.com/gruntwork-io/terratest v0.41.23 -> v0.49.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.16.2 -> v2.22.0
github.com/klauspost/compress v1.16.5 -> v1.16.7
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 -> v1.14.2-0.20210821155943-2d9075ca8770
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/tidwall/gjson v1.14.4 -> v1.18.0
github.com/tmccombs/hcl2json v0.5.0 -> v0.6.4
github.com/zclconf/go-cty v1.13.1 -> v1.16.2
golang.org/x/crypto v0.9.0 -> v0.36.0
golang.org/x/mod v0.10.0 -> v0.24.0
golang.org/x/net v0.10.0 -> v0.38.0
golang.org/x/oauth2 v0.8.0 -> v0.24.0
golang.org/x/sys v0.8.0 -> v0.31.0
google.golang.org/api v0.122.0 -> v0.206.0
google.golang.org/appengine v1.6.7 -> v1.6.8
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/grpc v1.55.0 -> v1.67.1
google.golang.org/protobuf v1.30.0 -> v1.35.1
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f -> v0.0.0-20241212222426-2c72e554b1e7
sigs.k8s.io/kustomize/kyaml v0.14.2 -> v0.19.0

@renovate-bot renovate-bot requested review from lanre-OG and a team as code owners August 16, 2024 20:03
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Aug 16, 2024
@dpebot
Copy link
Collaborator

dpebot commented Aug 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from bc87e1e to d6fdd3e Compare September 11, 2024 14:19
@dpebot
Copy link
Collaborator

dpebot commented Sep 11, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from d6fdd3e to 3f6b004 Compare September 12, 2024 22:23
@dpebot
Copy link
Collaborator

dpebot commented Sep 12, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 3f6b004 to 0fc34ab Compare November 6, 2024 16:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 0fc34ab to 1289758 Compare November 17, 2024 15:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 17, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 1289758 to 9586807 Compare November 23, 2024 12:07
@dpebot
Copy link
Collaborator

dpebot commented Nov 23, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 9586807 to 59b5bc7 Compare November 29, 2024 01:06
@dpebot
Copy link
Collaborator

dpebot commented Nov 29, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 59b5bc7 to 378ee8f Compare December 6, 2024 03:50
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 378ee8f to e1ab4d7 Compare December 13, 2024 10:59
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from e1ab4d7 to ad9f614 Compare December 13, 2024 12:45
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from ad9f614 to 3a7519a Compare December 13, 2024 19:33
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 3a7519a to 6418d5d Compare December 16, 2024 21:23
@dpebot
Copy link
Collaborator

dpebot commented Dec 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 6418d5d to affbf2c Compare December 18, 2024 23:25
@dpebot
Copy link
Collaborator

dpebot commented Dec 18, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from affbf2c to 22fd048 Compare December 19, 2024 13:20
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 937fd64 to 06d605f Compare May 2, 2025 12:58
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 06d605f to aa69d6d Compare May 7, 2025 09:30
@dpebot
Copy link
Collaborator

dpebot commented May 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from aa69d6d to b02e4fb Compare May 8, 2025 18:28
@dpebot
Copy link
Collaborator

dpebot commented May 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from b02e4fb to 175e74c Compare May 8, 2025 21:07
@dpebot
Copy link
Collaborator

dpebot commented May 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 175e74c to cafcac9 Compare May 9, 2025 00:52
@dpebot
Copy link
Collaborator

dpebot commented May 9, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from cafcac9 to 7199a61 Compare May 20, 2025 18:42
@dpebot
Copy link
Collaborator

dpebot commented May 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 7199a61 to 0bcc371 Compare June 2, 2025 20:10
@dpebot
Copy link
Collaborator

dpebot commented Jun 2, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 0bcc371 to 85d0e66 Compare June 12, 2025 04:30
@dpebot
Copy link
Collaborator

dpebot commented Jun 12, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 85d0e66 to bfbfd3a Compare June 20, 2025 08:37
@dpebot
Copy link
Collaborator

dpebot commented Jun 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from bfbfd3a to fab087d Compare June 20, 2025 19:09
@dpebot
Copy link
Collaborator

dpebot commented Jun 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from fab087d to af28abd Compare July 16, 2025 00:46
@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from af28abd to 7047cd0 Compare July 16, 2025 09:34
@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 7047cd0 to a2e92c2 Compare July 19, 2025 15:13
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from a2e92c2 to 28d5194 Compare July 19, 2025 20:11
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants