Skip to content

fix(deps): update go dependencies minor and patch updates - #186

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies-minor-and-patch-updates
Open

fix(deps): update go dependencies minor and patch updates#186
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies-minor-and-patch-updates

Conversation

@renovate

@renovate renovate Bot commented Feb 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
code.gitea.io/sdk/gitea v0.21.0v0.25.1 age confidence
github.com/hashicorp/go-retryablehttp v0.7.7v0.7.8 age confidence
github.com/knadh/koanf/parsers/dotenv v1.0.0v1.1.2 age confidence
github.com/knadh/koanf/providers/env v1.0.0v1.1.0 age confidence
github.com/knadh/koanf/providers/file v1.1.2v1.2.1 age confidence
github.com/knadh/koanf/v2 v2.1.2v2.3.6 age confidence
github.com/mholt/archives v0.1.1v0.1.5 age confidence
github.com/muesli/mango-cobra v1.2.0v1.3.0 age confidence
github.com/rs/zerolog v1.34.0v1.35.1 age confidence
github.com/spf13/cobra v1.9.1v1.10.2 age confidence
github.com/stretchr/testify v1.10.0v1.12.1 age confidence
gitlab.com/gitlab-org/api/client-go v0.127.0v0.161.1 age confidence

Release Notes

gitea/go-sdk (code.gitea.io/sdk/gitea)

v0.25.1: v0.25.1

What's Changed

  • add type, and q query string for listing package versions in #​793
  • Fix exact repository ref lookups in #​788

v0.25.0: v0.25.0

What's Changed

  • feat(sdk): add pull review comment reply endpoint and split stable/nightly CI in #​784
  • Use client internal function to read the response in #​774
  • Configure whether admins bypass branch protections in #​783
  • chore(deps): update docker.gitea.com/gitea docker tag to v1.26 in #​782
  • fix(deps): update module golang.org/x/crypto to v0.50.0 in #​779
  • fix: implement ssh.AlgorithmSigner for HTTPSign to prevent panic with RSA keys in #​781
  • fix(deps): update module github.com/hashicorp/go-version to v1.9.0 in #​778

Contributors

New Contributors

Full Changelog: gitea/v0.24.1...gitea/v0.25.0

v0.24.1: v0.24.1

Fix URL type in create org

  • Align DELETEs to use doRequestWithStatusHandle
  • Fix copy/paste error with queryEncode for issues list option struct

v0.24.0: v0.24.0

What's Changed

Breaking Changes

  • Action variable/secret option types consolidated (OrgActionVariable -> ActionVariable, CreateSecretOption -> CreateOrUpdateSecretOption)
  • CreateRepoActionSecret/CreateOrgActionSecret signatures changed (secret name is now a separate parameter)
  • CreateOrgActionVariable/UpdateOrgActionVariable use shared option types
  • MergePullRequestOption.DeleteBranchAfterMerge changed from bool to *bool (nil omits the field)
  • Package.Owner and Package.Creator changed from User to *User
  • ContentsResponse.LastCommitSha changed from string to *string
  • UpdateRepoBranch deprecated in favor of RenameRepoBranch

Actions Workflow Runs (Gitea 1.26+):

  • RerunRepoActionRun - Rerun an entire workflow run
  • RerunRepoActionRunFailedJobs - Rerun only failed jobs in a workflow run
  • RerunRepoActionJob - Rerun a specific job in a workflow run

Actions Workflows (Gitea 1.25+):

  • ListRepoActionWorkflows - List repository workflow definitions
  • GetRepoActionWorkflow - Get a workflow definition
  • DisableRepoActionWorkflow - Disable a workflow
  • EnableRepoActionWorkflow - Enable a workflow
  • DispatchRepoActionWorkflow - Trigger a workflow_dispatch event

Actions Artifacts (Gitea 1.25+):

  • ListRepoActionRunArtifacts - List artifacts for a workflow run
  • ListRepoActionArtifacts - List all repository artifacts
  • GetRepoActionArtifact - Get a specific artifact
  • DeleteRepoActionArtifact - Delete an artifact
  • GetRepoActionArtifactArchive - Download artifact zip
  • GetRepoActionArtifactArchiveReader - Stream artifact zip

Actions Runners - Admin scope (Gitea 1.25+):

  • ListAdminActionRunners - List admin-scope runners
  • GetAdminActionRunner - Get one admin-scope runner
  • DeleteAdminActionRunner - Delete one admin-scope runner
  • UpdateAdminActionRunner - Update one admin-scope runner
  • CreateAdminActionRunnerRegistrationToken - Create admin runner registration token
  • ListAdminActionRuns - List admin-scope workflow runs
  • ListAdminActionJobs - List admin-scope jobs

Actions Runners - Org scope (Gitea 1.25+):

  • ListOrgActionRunners - List org-scope runners
  • GetOrgActionRunner - Get one org-scope runner
  • DeleteOrgActionRunner - Delete one org-scope runner
  • UpdateOrgActionRunner - Update one org-scope runner
  • CreateOrgActionRunnerRegistrationToken - Create org runner registration token
  • ListOrgActionRuns - List org-scope workflow runs
  • ListOrgActionJobs - List org-scope jobs

Actions Runners - Repo scope (Gitea 1.25+):

  • ListRepoActionRunners - List repo-scope runners
  • GetRepoActionRunner - Get one repo-scope runner
  • DeleteRepoActionRunner - Delete one repo-scope runner
  • UpdateRepoActionRunner - Update one repo-scope runner
  • CreateRepoActionRunnerRegistrationToken - Create repo runner registration token

Actions Runners - User scope (Gitea 1.25+):

  • ListUserActionRunners - List user-scope runners
  • GetUserActionRunner - Get one user-scope runner
  • DeleteUserActionRunner - Delete one user-scope runner
  • UpdateUserActionRunner - Update one user-scope runner
  • CreateUserActionRunnerRegistrationToken - Create user runner registration token
  • ListUserActionRuns - List user-scope workflow runs
  • ListUserActionJobs - List user-scope jobs

Actions Secrets & Variables - User scope:

  • CreateUserActionSecret - Create or update a user-scope secret
  • DeleteUserActionSecret - Delete a user-scope secret
  • ListUserActionVariable - List user-scope variables
  • GetUserActionVariable - Get one user-scope variable
  • CreateUserActionVariable - Create a user-scope variable
  • UpdateUserActionVariable - Update a user-scope variable
  • DeleteUserActionVariable - Delete a user-scope variable

Actions Secrets & Variables - Org scope:

  • DeleteOrgActionSecret - Delete an org-scope secret
  • DeleteOrgActionVariable - Delete an org-scope variable

Pull Requests:

  • GetPullRequestByBaseHead - Get a PR by base and head branch names
  • CancelScheduledAutoMerge - Cancel a scheduled auto-merge
  • ResolvePullReviewComment - Resolve a review comment conversation
  • UnresolvePullReviewComment - Unresolve a review comment conversation

Issue Attachments:

  • ListIssueAttachments - List attachments for an issue
  • GetIssueAttachment - Get one issue attachment
  • CreateIssueAttachment - Upload an attachment to an issue
  • EditIssueAttachment - Update issue attachment metadata
  • DeleteIssueAttachment - Delete an issue attachment
  • CreateIssueCommentAttachment - Upload an attachment to a comment

Repository Operations:

  • RenameRepoBranch - Rename a branch
  • UpdateRepoBranchRef - Update the commit a branch points to
  • GetRepoFileContents - Batch fetch file metadata/contents (GET)
  • PostRepoFileContents - Batch fetch file metadata/contents (POST)
  • GetIssueConfig - Get parsed issue config for a repository
  • GetRepoLicenses - Get detected licenses for a repository
  • GetRepoSigningKeyGPG - Get repository GPG signing key
  • GetRepoSigningKeySSH - Get repository SSH signing key
  • ListRepoSubscribers - List repository watchers
  • ApplyRepoDiffPatch - Apply a diff/patch to repository contents
  • TriggerPushMirrorsSync - Trigger push-mirror sync
  • ChangeFiles - Batch create/update/delete files
  • CheckPinAllowed - Check if new issue/PR pins are allowed
  • ListRepoPinnedPullRequests - List pinned pull requests
  • TestWebhook - Test a push webhook
  • MergeUpstream - Merge upstream into a fork
  • UpdateBranchProtectionPriorities - Update branch protection rule priorities

Org & Team:

  • GetTeamRepository - Check if a repository belongs to a team

Packages:

  • ListPackageVersions - List all versions of a package

Bug Fixes:

  • MergePullRequest now treats HTTP 201 as success
  • Branch names with slashes are now correctly escaped in GetRepoBranch/DeleteRepoBranch
  • SetGiteaVersion/loadServerVersion now correctly return parse errors

Full Changelog: gitea/v0.23.2...gitea/v0.24.0

v0.23.2: v0.23.2

Minor pagination updates

v0.23.1: v0.23.1

Fix up pagination and add some missing fields to structs.

v0.23.0: v0.23.0

What's Changed

Repository - Wiki

  • CreateWikiPage - Create a new wiki page
  • GetWikiPage - Get a wiki page by name
  • EditWikiPage - Edit an existing wiki page
  • DeleteWikiPage - Delete a wiki page
  • ListWikiPages - List all wiki pages in a repository
  • GetWikiPageRevisions - Get revision history for a wiki page

Repository - Files & Content

  • GetContentsExt - Get extended file/directory contents with optional metadata (last commit info)
  • GetEditorConfig - Get .editorconfig definitions for a file path
  • GetRawFile - Get raw file content by path
  • GetRawFileOrLFS - Get raw file content, resolving LFS pointers
  • GetRepoNote - Get git note for a commit

Repository - Actions

  • ListRepoActionRuns - List workflow runs for a repository
  • GetRepoActionRun - Get a specific workflow run
  • DeleteRepoActionRun - Delete a workflow run
  • ListRepoActionRunJobs - List jobs for a specific workflow run
  • ListRepoActionJobs - List all jobs for a repository
  • GetRepoActionJob - Get a specific job
  • GetRepoActionJobLogs - Get logs for a job
  • ListRepoActionTasks - List action tasks for a repository
  • ListRepoActionVariable - List repository action variables

Repository - Avatars

  • UpdateRepoAvatar - Update repository avatar
  • DeleteRepoAvatar - Delete repository avatar

Repository - References

  • ListAllGitRefs - List all git refs (branches, tags, etc.)

Issues

  • ListRepoPinnedIssues - List pinned issues
  • PinIssue - Pin an issue
  • UnpinIssue - Unpin an issue
  • MoveIssuePin - Change pin position
  • ListIssueBlocks - List issues blocked by an issue
  • CreateIssueBlocking - Add an issue as blocking another
  • RemoveIssueBlocking - Remove blocking relationship
  • GetIssueDependencies - List issue dependencies
  • CreateIssueDependency - Create issue dependency
  • RemoveIssueDependency - Remove issue dependency
  • LockIssue - Lock an issue (with optional reason)
  • UnlockIssue - Unlock an issue
  • UpdateIssueDeadline - Update issue deadline

Issue Comments

  • GetIssueCommentAttachment - Get an attachment from a comment
  • EditIssueCommentAttachment - Edit attachment metadata
  • DeleteIssueCommentAttachment - Delete a comment attachment

Users

  • GetUserHeatmap - Get contribution heatmap data
  • ListUserActivityFeeds - List user activity feeds
  • UpdateUserAvatar - Update authenticated user's avatar
  • DeleteUserAvatar - Delete authenticated user's avatar
  • ListMyBlocks - List users blocked by authenticated user
  • CheckUserBlock - Check if a user is blocked
  • BlockUser - Block a user
  • UnblockUser - Unblock a user

Organizations

  • UpdateOrgAvatar - Update organization avatar
  • DeleteOrgAvatar - Delete organization avatar
  • RenameOrg - Rename an organization
  • ListOrgActivityFeeds - List organization activity feeds
  • ListTeamActivityFeeds - List team activity feeds
  • ListOrgBlocks - List users blocked by organization
  • CheckOrgBlock - Check if user is blocked by organization
  • BlockOrgUser - Block a user from organization
  • UnblockOrgUser - Unblock a user from organization
  • ListOrgLabels - List organization labels
  • CreateOrgLabel - Create organization label
  • GetOrgLabel - Get organization label
  • EditOrgLabel - Edit organization label
  • DeleteOrgLabel - Delete organization label

Admin

  • AdminRenameUser - Rename a user
  • ListAdminEmails - List all emails (admin)
  • SearchAdminEmails - Search emails (admin)
  • ListAdminHooks - List system webhooks
  • CreateAdminHook - Create system webhook
  • GetAdminHook - Get system webhook
  • EditAdminHook - Edit system webhook
  • DeleteAdminHook - Delete system webhook
  • ListUnadoptedRepos - List unadopted repositories
  • AdoptUnadoptedRepo - Adopt a repository
  • DeleteUnadoptedRepo - Delete unadopted repository
  • ListUserBadges - List user badges
  • AddUserBadges - Add badges to user
  • DeleteUserBadge - Remove badge from user

GPG Keys

  • GetGPGKeyVerificationToken - Get token for GPG key verification
  • VerifyGPGKey - Verify a GPG key

Packages

  • GetLatestPackage - Get latest version of a package
  • LinkPackage - Link package to a repository
  • UnlinkPackage - Unlink package from repository

Miscellaneous

  • ListGitignoresTemplates - List available gitignore templates
  • GetGitignoreTemplateInfo - Get gitignore template content
  • ListLabelTemplates - List available label templates
  • GetLabelTemplate - Get label template content
  • ListLicenseTemplates - List available license templates
  • GetLicenseTemplateInfo - Get license template content
  • RenderMarkdown - Render markdown to HTML
  • RenderMarkdownRaw - Render raw markdown to HTML
  • RenderMarkup - Render markup to HTML
  • GetNodeInfo - Get NodeInfo for the instance
  • GetSigningKeyGPG - Get instance GPG signing key
  • GetSigningKeySSH - Get instance SSH signing key

ActivityPub

  • GetActivityPubPerson - Get ActivityPub person object
  • GetActivityPubPersonResponse - Get raw ActivityPub person response
  • SendActivityPubInbox - Send to ActivityPub inbox

Contributors

New Contributors

Full Changelog: gitea/v0.22.0...gitea/v0.23.0

v0.22.0: v0.22.0

  • Remove unused dependencies from go.sum and update golang.org/x/term to v0.32.0
  • Add Description field to CreateSecretOption and Secret structs
  • Update tests to include Description when creating or updating secrets

Signed-off-by: Bo-Yi Wu appleboy.tw@gmail.com

Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/727
Reviewed-by: techknowlogick techknowlogick@noreply.gitea.com
Co-authored-by: Bo-Yi Wu appleboy.tw@gmail.com
Co-committed-by: Bo-Yi Wu appleboy.tw@gmail.com

hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)

v0.7.8

Compare Source

knadh/koanf (github.com/knadh/koanf/parsers/dotenv)

v1.1.1

Compare Source

  • 57e89cf Merge pull request #​94 from knadh/fix-posflag-callbacks
  • d3bad45 Merge pull request #​91 from knadh/bug-report-template
  • b1985ad Merge pull request #​93 from rhnvrm/unit-test-issue-90
  • a72baa3 Merge pull request #​92 from knadh/fix-posflag-callbacks
  • adc0b54 tests: add unit test for #​90
  • 9e87eba Fix unchanged default posflag value merging via incorrect callback.
  • 2f82a14 Merge pull request #​87 from mvrahden/feature/filesystem
  • 6e9c0a7 Add github issue templates
  • 023ecc6 Update README with fs.FS provider
  • f7e28d0 fix call to Close on file descriptor
  • caeef66 Merge pull request #​1 from rhnvrm/feature/filesystem
  • 02f42ea fix: add build constraints to maintain compat
  • 149144c add fs.FS provider
  • 139fe40 Merge pull request #​85 from mvrahden/fix/base_test
  • 7cc3416 move error assertions and make them error-type dependent
  • 0a31536 fix race condition and reduce test time by half
  • af2e3f4 simplify and unify test arrangements
  • aa62c04 update testify to v1.7.0
  • 5234867 Merge pull request #​84 from mr-karan/gh_actions
  • c79fbc5 feat: Replace Travis with GitHub Actions

v1.1.0

Compare Source

  • 036e4bf Merge pull request #​79 from aeneasr/fix-memory-keyparts
  • 6692d05 Merge pull request #​78 from aeneasr/fix-memory-use
  • d174d00 Reduce memory consumption for populateKeyParts
  • 1095e5e Significantly reduce memory use of maps.Flatten
  • 7d983f3 Fix Watch() doc
mholt/archives (github.com/mholt/archives)

v0.1.5

Compare Source

What's Changed

  • go.mod: update some modules and klauspost/compress to 1.18.0 by @​M0Rf30 in #​54
  • Remove unused WriterTo interface constraint from rarReader type by @​dpgarrick in #​56

Full Changelog: mholt/archives@v0.1.4...v0.1.5

v0.1.4

Compare Source

This release contains an important bug fix if you walk (fs.WalkDir()) archives multiple times using archives.ArchiveFS; it would omit directory trees with implicit structure (i.e. if the archive doesn't have an explicit entry for each directory in the tree) after the first walk, on subsequent walks.

Upgraded dependencies, and improved brotli stream matching. Thanks to those who contributed!

What's Changed

New Contributors

Full Changelog: mholt/archives@v0.1.3...v0.1.4

v0.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: mholt/archives@v0.1.2...v0.1.3

v0.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: mholt/archives@v0.1.1...v0.1.2

muesli/mango-cobra (github.com/muesli/mango-cobra)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: muesli/mango-cobra@v1.2.0...v1.3.0

rs/zerolog (github.com/rs/zerolog)

v1.35.1

Compare Source

v1.35.0

Compare Source

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

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

v1.12.1

Compare Source

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.11.0...v1.12.0

What's Changed

New Contributors

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@renovate
renovate Bot requested a review from janderssonse as a code owner February 1, 2025 02:56
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 4 times, most recently from 5916b31 to 174010e Compare February 5, 2025 02:10
@renovate renovate Bot changed the title fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.121.0 fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.122.0 Feb 5, 2025
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch from 174010e to 20a405b Compare February 8, 2025 23:58
@renovate renovate Bot changed the title fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.122.0 fix(deps): update go dependencies minor and patch updates Feb 8, 2025
@renovate renovate Bot changed the title fix(deps): update go dependencies minor and patch updates fix(deps): update module golang.org/x/crypto to v0.33.0 Feb 9, 2025
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch from 20a405b to eb82cbd Compare February 9, 2025 00:05
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/crypto to v0.33.0 fix(deps): update module golang.org/x/crypto to v0.33.0 - autoclosed Feb 9, 2025
@renovate renovate Bot closed this Feb 9, 2025
@renovate
renovate Bot deleted the renovate/go-dependencies-minor-and-patch-updates branch February 9, 2025 15:26
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/crypto to v0.33.0 - autoclosed fix(deps): update module golang.org/x/crypto to v0.33.0 Feb 13, 2025
@renovate renovate Bot reopened this Feb 13, 2025
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/crypto to v0.33.0 fix(deps): update module github.com/google/go-github/v69 to v69.1.0 Feb 13, 2025
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 2 times, most recently from eb82cbd to a8b2025 Compare February 13, 2025 22:39
@renovate renovate Bot changed the title fix(deps): update module github.com/google/go-github/v69 to v69.1.0 fix(deps): update go dependencies minor and patch updates Feb 14, 2025
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 4 times, most recently from 667475f to 049373f Compare February 17, 2025 15:24
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 3 times, most recently from 8e3415e to 4cedcad Compare February 27, 2025 15:41
@renovate

renovate Bot commented Feb 27, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: 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):

  • 16 additional dependencies were updated

Details:

Package Change
github.com/42wim/httpsig v1.2.2 -> v1.2.3
github.com/STARRY-S/zip v0.2.2 -> v0.2.3
github.com/minio/minlz v1.0.0 -> v1.0.1
github.com/sorairolake/lzip-go v0.3.7 -> v0.3.8
github.com/andybalholm/brotli v1.1.1 -> v1.2.0
github.com/bodgit/sevenzip v1.6.0 -> v1.6.1
github.com/cloudflare/circl v1.6.0 -> v1.6.1
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/nwaples/rardecode/v2 v2.1.1 -> v2.2.0
github.com/spf13/pflag v1.0.6 -> v1.0.9
github.com/ulikunitz/xz v0.5.12 -> v0.5.15
golang.org/x/crypto v0.37.0 -> v0.39.0
golang.org/x/oauth2 v0.29.0 -> v0.30.0
golang.org/x/sys v0.32.0 -> v0.34.0
golang.org/x/text v0.24.0 -> v0.29.0
golang.org/x/time v0.11.0 -> v0.12.0

@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch from 4cedcad to b5b2bce Compare March 1, 2025 01:58
@renovate renovate Bot changed the title fix(deps): update go dependencies minor and patch updates fix(deps): update module github.com/go-git/go-git/v5 to v5.15.0 Apr 11, 2025
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 2 times, most recently from 21651c9 to aa33951 Compare April 15, 2025 15:39
@renovate renovate Bot changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.15.0 fix(deps): update go dependencies minor and patch updates Apr 15, 2025
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch from aa33951 to d431e41 Compare April 15, 2025 22:40
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch from d431e41 to 9e80688 Compare April 24, 2025 17:13
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch from 9e80688 to ff9946a Compare May 5, 2025 23:11
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 2 times, most recently from 57f9a3d to 37cc35c Compare May 19, 2025 16:02
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 5 times, most recently from 1fecdd6 to 589bbe3 Compare June 9, 2025 18:38
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 3 times, most recently from d679ff2 to 7edb077 Compare June 18, 2025 15:13
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 4 times, most recently from f7915df to c81d8d7 Compare July 3, 2025 13:48
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 2 times, most recently from b76bef6 to da5b2eb Compare July 10, 2025 19:42
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 2 times, most recently from 0d4572c to 56d4a5f Compare July 22, 2025 03:01
@renovate
renovate Bot force-pushed the renovate/go-dependencies-minor-and-patch-updates branch 3 times, most recently from 62f8253 to d831cf3 Compare August 12, 2025 12:35
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: 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):

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

Details:

Package Change
go 1.24.2 -> 1.26
github.com/42wim/httpsig v1.2.2 -> v1.2.4
github.com/STARRY-S/zip v0.2.2 -> v0.2.3
github.com/hashicorp/go-version v1.7.0 -> v1.9.0
github.com/minio/minlz v1.0.0 -> v1.0.1
github.com/sorairolake/lzip-go v0.3.7 -> v0.3.8
github.com/andybalholm/brotli v1.1.1 -> v1.2.0
github.com/bodgit/sevenzip v1.6.0 -> v1.6.1
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/nwaples/rardecode/v2 v2.1.1 -> v2.2.0
github.com/spf13/pflag v1.0.6 -> v1.0.9
github.com/stretchr/objx v0.5.2 -> v0.5.3
github.com/ulikunitz/xz v0.5.12 -> v0.5.15
golang.org/x/crypto v0.37.0 -> v0.50.0
golang.org/x/net v0.39.0 -> v0.52.0
golang.org/x/oauth2 v0.29.0 -> v0.30.0
golang.org/x/sys v0.32.0 -> v0.43.0
golang.org/x/text v0.24.0 -> v0.36.0
golang.org/x/time v0.11.0 -> v0.12.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants