[PR #410] [MERGED] chore(deps): update go-git and golang.org/x/tools dependencies #492

Closed
opened 2026-02-16 01:16:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/410
Author: @Yeuoly
Created: 7/23/2025
Status: Merged
Merged: 7/23/2025
Merged by: @Yeuoly

Base: mainHead: bump/go-git


📝 Commits (1)

  • e9ffb30 chore(deps): update go-git and golang.org/x/tools dependencies

📊 Changes

3 files changed (+42 additions, -16 deletions)

View changed files

📝 go.mod (+12 -9)
📝 go.sum (+29 -6)
📝 pkg/plugin_packager/decoder/fs.go (+1 -1)

📄 Description

  • Updated github.com/go-git/go-git from v4.7.0 to v5.16.2.
  • Bumped golang.org/x/tools from v0.22.0 to v0.35.0.
  • Added indirect dependencies for github.com/go-git/gcfg and github.com/go-git/go-billy.
  • Updated various indirect dependencies including golang.org/x/net, golang.org/x/sys, and golang.org/x/text.

Description

Please provide a brief description of the changes made in this pull request.
Please also include the issue number if this is related to an issue using the format Fixes #123 or Closes #123.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/410 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `bump/go-git` --- ### 📝 Commits (1) - [`e9ffb30`](https://github.com/langgenius/dify-plugin-daemon/commit/e9ffb30b6570242b14e5c36866d98cc2ac685ef1) chore(deps): update go-git and golang.org/x/tools dependencies ### 📊 Changes **3 files changed** (+42 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+12 -9) 📝 `go.sum` (+29 -6) 📝 `pkg/plugin_packager/decoder/fs.go` (+1 -1) </details> ### 📄 Description - Updated github.com/go-git/go-git from v4.7.0 to v5.16.2. - Bumped golang.org/x/tools from v0.22.0 to v0.35.0. - Added indirect dependencies for github.com/go-git/gcfg and github.com/go-git/go-billy. - Updated various indirect dependencies including golang.org/x/net, golang.org/x/sys, and golang.org/x/text. ## Description Please provide a brief description of the changes made in this pull request. Please also include the issue number if this is related to an issue using the format `Fixes #123` or `Closes #123`. ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [ ] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:08 -05:00
yindo closed this issue 2026-02-16 01:16:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#492