Commit 2cbec08
committed
chore: update go dependencies
Updated multiple Go module dependencies to their latest versions:
1. Updated github.com/linuxdeepin/dde-api from 20260131071225 to
20260310032929
2. Updated github.com/linuxdeepin/go-dbus-factory from 20260131085755
to 20260227070938
3. Updated github.com/linuxdeepin/go-lib from 20251106065207 to
20260205120541
4. Added golang.org/x/sys v0.26.0 as direct dependency
5. Removed golang.org/x/sys from indirect dependencies section
These updates bring bug fixes, performance improvements, and new
features from the upstream dependencies. The golang.org/x/sys module
was promoted from indirect to direct dependency to ensure proper version
management.
Influence:
1. Verify that the application builds successfully with new dependency
versions
2. Test core functionality to ensure no regression from dependency
updates
3. Check for any new features or behavior changes introduced by updated
modules
4. Validate system compatibility with the updated sys package
chore: 更新 Go 依赖项
更新了多个 Go 模块依赖到最新版本:
1. 将 github.com/linuxdeepin/dde-api 从 20260131071225 更新到
20260310032929
2. 将 github.com/linuxdeepin/go-dbus-factory 从 20260131085755 更新
到 20260227070938
3. 将 github.com/linuxdeepin/go-lib 从 20251106065207 更新到
20260205120541
4. 添加 golang.org/x/sys v0.26.0 作为直接依赖项
5. 从间接依赖项部分移除了 golang.org/x/sys
这些更新带来了上游依赖项的 bug 修复、性能改进和新功能。golang.org/x/sys
模块从间接依赖提升为直接依赖,以确保正确的版本管理。
Influence:
1. 验证应用程序是否能够使用新的依赖版本成功构建
2. 测试核心功能以确保依赖更新没有引入回归问题
3. 检查更新模块是否引入了新功能或行为变化
4. 验证系统与更新后的 sys 包的兼容性1 parent beeaf1f commit 2cbec08
2 files changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments